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 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 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.Services.DataContracts.MemberTypeContextIdentifier
The identifier of the owning business rule.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace