IMainViewUPnpPortForwardingActive Property |
Gets or sets a value indicating that there is a port forwarding mapping on the router to our webserver.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool UPnpPortForwardingActive { get; set; }
Property UPnpPortForwardingActive As Boolean
Get
Set
property bool UPnpPortForwardingActive {
bool get ();
void set (bool value);
}
abstract UPnpPortForwardingActive : bool with get, set
Property Value
Type:
BooleanSee Also