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