EscapeStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum to specify escape style for displaying model name
public enum EscapeStyle
type EscapeStyle =
Public Enum EscapeStyle
- Inheritance
-
EscapeStyle
Fields
Name | Value | Description |
---|---|---|
Escape | 0 | Names should be escaped |
DontEscape | 1 | Names should not be escaped |
EscapeIfNecessary | 2 | Names should be escaped if not doing so would cause errors |