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