 | VHDMappingModelSourceVHD Property |
Gets or sets the source .vhd file.
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 SourceVHD { get; set; }
Public Property SourceVHD As String
Get
Set
public:
property String^ SourceVHD {
String^ get ();
void set (String^ value);
}
member SourceVHD : string with get, set
Property Value
Type:
String
See Also