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