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