ValidationIssue.BusinessRuleItemCategory Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Specifica il tipo dell'azione della regola business correlata che ha creato questo problema
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
Valore della proprietà
Tipo di azione della regola business correlata che ha creato il problema.
- Attributi