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