BRPropertyName Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
NotSpecified | 0 | Not specified |
Value | 1 | Value |
StartPosition | 2 | Start position |
RangeLow | 3 | Range low |
RangeHigh | 4 | Range high |
StartingValue | 5 | Starting value |
IncrementValue | 6 | Increment value |
Length | 7 | Length |
Substring | 8 | Substring |
Anchor | 9 | Anchor |
Remarks
The BRPropertyName simple type specifies the name that identifies a property within a business rule component.