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