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