'Declaration<NotNullAttribute()> Function AsClient() As _EasyUAClient
'UsageDim instance As _EasyUASpecializedClient Dim value As _EasyUAClient value = instance.AsClient()
[NotNull()] _EasyUAClient AsClient()
[NotNull()] _EasyUAClient^ AsClient();
            'Declaration<NotNullAttribute()> Function AsClient() As _EasyUAClient
'UsageDim instance As _EasyUASpecializedClient Dim value As _EasyUAClient value = instance.AsClient()
[NotNull()] _EasyUAClient AsClient()
[NotNull()] _EasyUAClient^ AsClient();
| Exception | Description | 
|---|---|
| System.NotSupportedException | An invoked method is not supported at all, or is not supported with the parameters used to create the object. | 
If the specialized client object has been derived from a general-purpose client, this method returns the original general-purpose client object used in derivation. If the specialized client object is standalone, this method returns the internal general-purpose client object used by this specialized client.