GoogleMapSettingsProxyType Property |
Gets or sets the type of proxy that the server is sitting behind.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ProxyType ProxyType { get; set; }
Public Property ProxyType As ProxyType
Get
Set
public:
property ProxyType ProxyType {
ProxyType get ();
void set (ProxyType value);
}
member ProxyType : ProxyType with get, set
Property Value
Type:
ProxyTypeSee Also