 | 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.1.0.599 (8.1.0.599)
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