'Declaration
<NotNullAttribute()> Protected ReadOnly Property Client As IEasyUAClient
'Usage
Dim instance As EasyUASpecializedClient Dim value As IEasyUAClient value = instance.Client
[NotNull()] protected IEasyUAClient Client {get;}
[NotNull()] protected: property IEasyUAClient^ Client { IEasyUAClient^ get(); }