DataObjectIdentifierFormat Enum

Definition

Specifies the type of formatting required for the data object identifier string value. The formatting of the identifier depends on its intended use.

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

Default 1

Specifies the default format.

ForDisplay 2

Specifies the formatting suitable for the identifier's display as a label on a control.

None 0

Specifies that no formatting is required.

WithQuotes 1

Specifies that quotation marks are required.

Applies to