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