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 action in the business rule that created the validation issue.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BusinessRuleItemId As Identifier
Get
Set
'Usage
Dim instance As ValidationIssue
Dim value As Identifier
value = instance.BusinessRuleItemId
instance.BusinessRuleItemId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier BusinessRuleItemId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ BusinessRuleItemId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BusinessRuleItemId : Identifier with get, set
function get BusinessRuleItemId () : Identifier
function set BusinessRuleItemId (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.