Share via


TmdlCasingStyle Enum

Definition

IMPORTANT: TMDL is still in preview and the API surface might still be modified prior to GA!

   An enumeration that indicates the casing in which a keyword, e.g. a property-name or an object-type, is written in the TMDL text.
public enum TmdlCasingStyle
type TmdlCasingStyle = 
Public Enum TmdlCasingStyle
Inheritance
TmdlCasingStyle

Fields

CamelCase 1

The keyword is written in camel-case mode; the first word is all lower-case, the remaining words are without any change.

LowerCase 3

The keyword is written only with lower-case letters.

Pascalcase 2

The keyword is written in Pascal-case letters; the first letter in each word is upper-case, the remaining letters in each word in lower-case.

Applies to