_RemoteItem.TransferSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Integer (int in C#) value specifying the transfer size (in bytes) for the remote item. Read-only.
public:
property int TransferSize { int get(); };
public int TransferSize { get; }
Public ReadOnly Property TransferSize As Integer