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