'Declaration
<NotNullAttribute()> Protected ReadOnly Property FileTransferClient As IEasyUAFileTransferClient
'Usage
Dim instance As AbstractEasyUAClientServerApplication Dim value As IEasyUAFileTransferClient value = instance.FileTransferClient
[NotNull()] protected IEasyUAFileTransferClient FileTransferClient {get;}
[NotNull()] protected: property IEasyUAFileTransferClient^ FileTransferClient { IEasyUAFileTransferClient^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).