'Declaration
<NotNullAttribute()> Function AsClient() As IEasyUAClient
'Usage
Dim instance As IEasyUASpecializedClient Dim value As IEasyUAClient value = instance.AsClient()
[NotNull()] IEasyUAClient AsClient()
[NotNull()] IEasyUAClient^ AsClient();
Return Value
The client object upon which this specialized client is built.