 | DtInfoCollectionStatusModelData Property |
Gets or sets the data.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
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