Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how the name of an element should appear in the user interface.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Enumeration ElementNameStyle
public enum ElementNameStyle
public enum class ElementNameStyle
type ElementNameStyle
public enum ElementNameStyle
Members
Member name | Description | |
---|---|---|
SimpleName | Indicates an element name. | |
EscapedSimpleName | Indicates an element name that is escaped for use as a URL. | |
FullyQualifiedName | Indicates a fully qualified type name. | |
EscapedFullyQualifiedName | Indicates a fully qualified type name that is escaped for use as a URI. | |
ObjectTypeName | Indicates an element object type name. | |
ObjectNameWithTypeDescription | Indicates an element name together with a description. |