BRPropertyType Enumeration

 

Specifies the business rule property types.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataContractAttribute(Name = "BRPropertyType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BRPropertyType
[DataContractAttribute(Name = "BRPropertyType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class BRPropertyType
[<DataContractAttribute(Name = "BRPropertyType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRPropertyType
<DataContractAttribute(Name := "BRPropertyType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>
Public Enumeration BRPropertyType

Members

Member name Description
Attribute

Specifies the attribute.

AttributeValue

Specifies the attribute value.

Blank

Specifies that the attribute is blank.

Constant

Specifies that the attribute type is a constant.

DomainBasedAttribute

Specifies a domain-based attribute.

NotSpecified

The attribute is not specified.

ParentAttribute

Specifies a parent attribute.

See Also

Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top