 | IPAddressModelAddress Property |
Gets or sets the address.
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[] 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