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