Share via


IndentationMode Enum

Definition

An enumeration that indicates the indentation mode that is used during metadata serialization.

public enum IndentationMode
type IndentationMode = 
Public Enum IndentationMode
Inheritance
IndentationMode

Fields

Name Value Description
Default 0

The default mode of indentation, that is determined based of the style of metadata serialization.

Tabs 1

The indentation is done using tabs.

Spaces 2

The indentation is done using spaces.

Applies to