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