Expand Minimize
This topic has not yet been rated - Rate this topic

BRPropertyName Enumeration

Represents the name identifying a property within a business rule component.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
[DataContractAttribute(Name = "BRPropertyName", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BRPropertyName
Member nameDescription
NotSpecifiedThe property is not specified.
ValueAn argument value.
StartPositionThe starting position of a substring.
RangeLowThe low end of a range.
RangeHighThe high end of a range.
StartingValueThe starting value of an incremented value.
IncrementValueThe value by which to increment.
LengthThe length of a string.
SubstringA substring value.
AnchorThe attribute associated with the business rule.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.