 | DTHVPersistedStateModelVhdMapping Property |
Gets or sets a value representing source and target VHD mappings
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic VHDMappingModel[] VhdMapping { get; set; }
Public Property VhdMapping As VHDMappingModel()
Get
Set
public:
property array<VHDMappingModel^>^ VhdMapping {
array<VHDMappingModel^>^ get ();
void set (array<VHDMappingModel^>^ value);
}
member VhdMapping : VHDMappingModel[] with get, set
Property Value
Type:
VHDMappingModel
See Also