BRItem.BusinessRuleId-Eigenschaft
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)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.Services.DataContracts.MemberTypeContextIdentifier
The identifier of the owning business rule.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace