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