OperationType Property (BasicFileTransferSettings)
In This Topic
A string constant indicating the operation type.
A string constant indicating the operation type.
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property OperationType As String
public override string OperationType {get;}
public:
property String^ OperationType {
String^ get() override;
}
See Also