ConnectionManagerBase.EscapeQuoteType Enumeration

Defines escape characters for user inputs in Configuration Manager 2007.

Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As EscapeQuoteType

Syntax

'Declaration
Public Enumeration EscapeQuoteType
public enum EscapeQuoteType
public enum class EscapeQuoteType
public enum EscapeQuoteType
public enum EscapeQuoteType

Members

Member name Description
DoubleQuote Double quotation mark (").
SingleQuote Single quotation mark (').

Remarks

This enumeration is used in the EscapeQueryString method.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

Microsoft.ConfigurationManagement.ManagementProvider Namespace
EscapeQueryString