 | FilesAndFoldersPersistedStateModelOriginalSourceUniqueId Property |
Gets or sets the original source's unique id.
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 OriginalSourceUniqueId { get; set; }
Public Property OriginalSourceUniqueId As String
Get
Set
public:
property String^ OriginalSourceUniqueId {
String^ get ();
void set (String^ value);
}
member OriginalSourceUniqueId : string with get, set
Property Value
Type:
StringThe original source's unique id.
See Also