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