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