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