DataObjectIdentifierFormat 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.
Specifies how to format a data object identifier when building a string from parts.
This enumeration supports a bitwise combination of its member values.
public enum class DataObjectIdentifierFormat
[System.Flags]
public enum DataObjectIdentifierFormat
[<System.Flags>]
type DataObjectIdentifierFormat =
Public Enum DataObjectIdentifierFormat
- Inheritance
-
DataObjectIdentifierFormat
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies that no formatting is required. |
Default | 1 | Specifies the default format. |
WithQuotes | 1 | Specifies that quotation marks are required. |
ForDisplay | 2 | Specifies the formatting suitable for the identifier's display as a label on a control. |