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