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