'Declaration
<NotNullAttribute()> Protected Function ObtainClient() As IEasyUAClient
'Usage
Dim instance As UADialog Dim value As IEasyUAClient value = instance.ObtainClient()
[NotNull()] protected IEasyUAClient ObtainClient()
[NotNull()] protected: IEasyUAClient^ ObtainClient();
Return Value
This method never returns null
(Nothing
in Visual Basic).