 | VolumeOptionsModelVolumeSignature Property |
Gets or sets the volume signature.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.23.0 (0.5.23.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