'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property DefaultCurrentNodeElement As OpcBrowseNodeElement
'Usage
Dim value As OpcBrowseNodeElement value = OpcBrowseOutputs.DefaultCurrentNodeElement
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static OpcBrowseNodeElement DefaultCurrentNodeElement {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property OpcBrowseNodeElement^ DefaultCurrentNodeElement { OpcBrowseNodeElement^ get(); }