'Declaration<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property Default As OpcBrowseOutputs
'UsageDim 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(); }