| BackgroundCopyFileRemoteName Property |
Gets the remote name of the file.
Namespace:
usis.Net.Bits
Assembly:
usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax public string RemoteName { get; set; }
Public Property RemoteName As String
Get
Set
public:
property String^ RemoteName {
String^ get ();
void set (String^ value);
}
member RemoteName : string with get, set
Property Value
Type:
String
The remote name of the file.
See Also