BusinessRuleSet.BusinessRules Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica a coleção de regras de negócios.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BusinessRule ^> ^ BusinessRules { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BusinessRule ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BusinessRule> BusinessRules { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BusinessRules : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BusinessRule>
Public ReadOnly Property BusinessRules As Collection(Of BusinessRule)
Valor da propriedade
A coleção de regras de negócio.
- Atributos