Gets or sets the client address.
public string Address {get; set;}
'Declaration
Public Property Address As String
'Usage
Dim instance As AeInfo
Dim value As String
instance.Address = value
value = instance.Address
public:
property String^ Address {
String^ get();
void set ( String^ value);
}
Property Value
The client address. This value can either be an IP address or DNS name.