ValidationIssue.BusinessRuleItemCategory Property

Definition

Specifies the type of the related business rule action that created this issue

public:
 property Microsoft::MasterDataServices::Services::DataContracts::BRItemCategory BusinessRuleItemCategory { Microsoft::MasterDataServices::Services::DataContracts::BRItemCategory get(); void set(Microsoft::MasterDataServices::Services::DataContracts::BRItemCategory value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Services.DataContracts.BRItemCategory BusinessRuleItemCategory { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BusinessRuleItemCategory : Microsoft.MasterDataServices.Services.DataContracts.BRItemCategory with get, set
Public Property BusinessRuleItemCategory As BRItemCategory

Property Value

The type of the related business rule action that created this issue.

Attributes

Applies to