WiFiSettingsGateway Property |
Gets or sets the gateway.
Namespace:
com.gigatms.Parameters
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic IPAddress Gateway { get; set; }
Public Property Gateway As IPAddress
Get
Set
public:
property IPAddress^ Gateway {
IPAddress^ get ();
void set (IPAddress^ value);
}
Property Value
Type:
IPAddress
The gateway.
See Also