'Declaration
<NotNullAttribute()> Public Shared ReadOnly Property SharedInstance As EasyAEClient
'Usage
Dim value As EasyAEClient value = EasyAEClient.SharedInstance
[NotNull()] public static EasyAEClient SharedInstance {get;}
[NotNull()] public: static property EasyAEClient^ SharedInstance { EasyAEClient^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).