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