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