| ServerMetricsAddress Property |
Gets or sets the address of the server.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public ServerAddress Address { get; set; }
Public Property Address As ServerAddress
Get
Set
public:
property ServerAddress^ Address {
ServerAddress^ get ();
void set (ServerAddress^ value);
}
member Address : ServerAddress with get, set
Property Value
Type:
ServerAddress
The address of the server.
See Also