 | VHDMappingModelSourceVHD Property |
Gets or sets the source .vhd file.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
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