ValidationIssue.BusinessRuleItemCategory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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