BusinessRulesPaletteGetRequest.MemberType Property
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.
Caution
Explicit hierarchies are deprecated. Once removed, all rules will apply only to Leaf members
Specifies the member type. The allowable business rule components may be limited based on the member type that is specified
public:
property Microsoft::MasterDataServices::Services::DataContracts::BREntityMemberType MemberType { Microsoft::MasterDataServices::Services::DataContracts::BREntityMemberType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::BREntityMemberType value); };
[System.Obsolete("Explicit hierarchies are deprecated. Once removed, all rules will apply only to Leaf members")]
[System.ServiceModel.MessageBodyMember]
public Microsoft.MasterDataServices.Services.DataContracts.BREntityMemberType MemberType { get; set; }
[<System.Obsolete("Explicit hierarchies are deprecated. Once removed, all rules will apply only to Leaf members")>]
[<System.ServiceModel.MessageBodyMember>]
member this.MemberType : Microsoft.MasterDataServices.Services.DataContracts.BREntityMemberType with get, set
Public Property MemberType As BREntityMemberType
Property Value
The member type. The allowable business rule components may be limited based on the member type that is specified.
- Attributes