The FileTransferType property returns or sets how the snapshot file is transferred.
object.FileTransferType [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list. |
| value | Value from the FILE_TRANSFER_TYPE enumeration. |
The file transfer options are FTP and UNC (network file copy).
Read/write
HRESULT FileTransferType(FILE_TRANSFER_TYPE pVal);
HRESULT FileTransferType(FILE_TRANSFER_TYPE* pVal);