 | VmInfoModelBootVolumeSignature Property |
Gets or sets the VM boot volume signature.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic byte[] BootVolumeSignature { get; set; }
Public Property BootVolumeSignature As Byte()
Get
Set
public:
property array<unsigned char>^ BootVolumeSignature {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member BootVolumeSignature : byte[] with get, set
Property Value
Type:
Byte
See Also