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