|
ImageProtectionOptionsVhdInfo Property |
This value represents information about a virtual hard disk used to store an image.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic ImageVhdInfo[] VhdInfo { get; set; }
Public Property VhdInfo As ImageVhdInfo()
Get
Set
public:
property array<ImageVhdInfo^>^ VhdInfo {
array<ImageVhdInfo^>^ get ();
void set (array<ImageVhdInfo^>^ value);
}
function get_VhdInfo();
function set_VhdInfo(value);
Property Value
Type:
ImageVhdInfo
See Also