BalancingModes Enum

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum BalancingModes
type BalancingModes = 
Public Enum BalancingModes
Inheritance
BalancingModes
Attributes

Fields

AllowCommentsAndTemplates 4

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

AllowEmbeddedTransitions 8

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

BacktrackOnFailure 1

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

NoErrorOnFailure 2

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

None 0

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Applies to