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