DescribeConnectionType Method |
Returns a description of a connection type.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string ConnectionType(
ConnectionType connectionType
)
Public Shared Function ConnectionType (
connectionType As ConnectionType
) As String
public:
static String^ ConnectionType(
ConnectionType connectionType
)
static member ConnectionType :
connectionType : ConnectionType -> string
Parameters
- connectionType
- Type: VirtualRadar.Interface.SettingsConnectionType
Return Value
Type:
StringSee Also