 | IPAddressModelAddress Property |
Gets or sets the address.
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[] Address { get; set; }
Public Property Address As Byte()
Get
Set
public:
property array<unsigned char>^ Address {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Address : byte[] with get, set
Property Value
Type:
Byte
The address.
See Also