BRPublishCriteria.MemberType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a member type within the entity of the business rules to be published.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public BREntityMemberType MemberType { get; set; }
public:
[DataMemberAttribute]
property BREntityMemberType MemberType {
    BREntityMemberType get();
    void set(BREntityMemberType value);
}
[<DataMemberAttribute>]
member MemberType : BREntityMemberType with get, set
<DataMemberAttribute>
Public Property MemberType As BREntityMemberType

Property Value

Type: Microsoft.MasterDataServices.BREntityMemberType

A new instance of type BREntityMemberType.

See Also

BRPublishCriteria Class
Microsoft.MasterDataServices Namespace

Return to top