Share via


BRConditionTreeNode.BusinessRuleId Property

Gets or sets the identifier of the owning business rule.

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

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BusinessRuleId As MemberTypeContextIdentifier 
    Get 
    Set
'Usage
Dim instance As BRConditionTreeNode 
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.Services.DataContracts.MemberTypeContextIdentifier
The identifier of the owning business rule.

See Also

Reference

BRConditionTreeNode Class

Microsoft.MasterDataServices.Services.DataContracts Namespace