QuoteType 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.
The possible quote type.
[System.Serializable]
public enum QuoteType
[<System.Serializable>]
type QuoteType =
Public Enum QuoteType
- Inheritance
-
QuoteType
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotQuoted | 0 | |
SquareBracket | 1 | |
DoubleQuote | 2 |