Share via


DataObjectIdentifierFormat Enumeration

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 has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration DataObjectIdentifierFormat
[FlagsAttribute]
public enum DataObjectIdentifierFormat
[FlagsAttribute]
public enum class DataObjectIdentifierFormat
[<FlagsAttribute>]
type DataObjectIdentifierFormat
public enum DataObjectIdentifierFormat

Members

Member name Description
None Specifies that no formatting is required.
Default Specifies the default format.
WithQuotes Specifies that quotation marks are required.
ForDisplay Specifies the formatting suitable for the identifier's display as a label on a control.

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace