Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ID of the owning business rule.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BusinessRuleId As MemberTypeContextIdentifier
Get
Set
'Usage
Dim instance As BRItem
Dim value As MemberTypeContextIdentifier
value = instance.BusinessRuleId
instance.BusinessRuleId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public MemberTypeContextIdentifier BusinessRuleId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property MemberTypeContextIdentifier^ BusinessRuleId {
MemberTypeContextIdentifier^ get ();
void set (MemberTypeContextIdentifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BusinessRuleId : MemberTypeContextIdentifier with get, set
function get BusinessRuleId () : MemberTypeContextIdentifier
function set BusinessRuleId (value : MemberTypeContextIdentifier)
Property Value
Type: Microsoft.MasterDataServices.MemberTypeContextIdentifier
A new instance of type MemberTypeContextIdentifier.