BRPropertyName Enum

Definition

Specifies the name that identifies a property within a business rule component.

public enum class BRPropertyName
[System.Runtime.Serialization.DataContract(Name="BRPropertyName", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BRPropertyName
[<System.Runtime.Serialization.DataContract(Name="BRPropertyName", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRPropertyName = 
Public Enum BRPropertyName
Inheritance
BRPropertyName
Attributes

Fields

Anchor 9

Anchor

IncrementValue 6

Increment value

Length 7

Length

NotSpecified 0

Not specified

RangeHigh 4

Range high

RangeLow 3

Range low

StartingValue 5

Starting value

StartPosition 2

Start position

Substring 8

Substring

Value 1

Value

Remarks

The BRPropertyName simple type specifies the name that identifies a property within a business rule component.

Applies to