Returns a description of a proxy type.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string ProxyType(
ProxyType proxyType
)
Public Shared Function ProxyType (
proxyType As ProxyType
) As String
public:
static String^ ProxyType(
ProxyType proxyType
)
static member ProxyType :
proxyType : ProxyType -> string
Parameters
- proxyType
- Type: VirtualRadar.Interface.SettingsProxyType
Return Value
Type:
StringSee Also