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