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