WebServerSettingsEnableUPnp Property |
Gets or sets a value indicating that the server is allowed to control UPnP NAT routers.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool EnableUPnp { get; set; }
Public Property EnableUPnp As Boolean
Get
Set
public:
property bool EnableUPnp {
bool get ();
void set (bool value);
}
member EnableUPnp : bool with get, set
Property Value
Type:
BooleanSee Also