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