 | DTAVPersistedStateModelTargetVmGuid Property |
Gets or sets the target vm unique identifier.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.0.0.1664 (8.0.0.1664)
Syntaxpublic string TargetVmGuid { get; set; }
Public Property TargetVmGuid As String
Get
Set
public:
property String^ TargetVmGuid {
String^ get ();
void set (String^ value);
}
member TargetVmGuid : string with get, set
Property Value
Type:
String
The target vm unique identifier.
See Also