'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(); }