WebServerSettingsIsOnlyInternetServerOnLan Property |
Gets or sets a value indicating that this is the only instance of VRS on the LAN that is allowed
to respond to requests from the Internet.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsOnlyInternetServerOnLan { get; set; }
Public Property IsOnlyInternetServerOnLan As Boolean
Get
Set
public:
property bool IsOnlyInternetServerOnLan {
bool get ();
void set (bool value);
}
member IsOnlyInternetServerOnLan : bool with get, set
Property Value
Type:
BooleanSee Also