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