InternetClientSettingsAllowInternetProximityGadgets Property |
Gets or sets a value indicating whether proximity gadgets can connect to this server over the Internet.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowInternetProximityGadgets { get; set; }
Public Property AllowInternetProximityGadgets As Boolean
Get
Set
public:
property bool AllowInternetProximityGadgets {
bool get ();
void set (bool value);
}
member AllowInternetProximityGadgets : bool with get, set
Property Value
Type:
BooleanSee Also