 | ImageInfoModelSourceImageMountLocation Property |
Gets or sets the full path to the root of image data where each of the .vhd files are mounted in a subdirectory by volume letter.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic string SourceImageMountLocation { get; set; }
Public Property SourceImageMountLocation As String
Get
Set
public:
property String^ SourceImageMountLocation {
String^ get ();
void set (String^ value);
}
member SourceImageMountLocation : string with get, set
Property Value
Type:
String
See Also