 | FilesAndFoldersPersistedStateModelOriginalSourceMachineName Property |
Gets or sets the name of the original source machine.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string OriginalSourceMachineName { get; set; }
Public Property OriginalSourceMachineName As String
Get
Set
public:
property String^ OriginalSourceMachineName {
String^ get ();
void set (String^ value);
}
member OriginalSourceMachineName : string with get, set
Property Value
Type:
StringThe name of the original source machine.
See Also