Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the collection of business rules.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BusinessRules As Collection(Of BusinessRule)
Get
Friend Set
'Utilisation
Dim instance As BusinessRuleSet
Dim value As Collection(Of BusinessRule)
value = instance.BusinessRules
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BusinessRule> BusinessRules { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BusinessRule^>^ BusinessRules {
Collection<BusinessRule^>^ get ();
internal: void set (Collection<BusinessRule^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BusinessRules : Collection<BusinessRule> with get, internal set
function get BusinessRules () : Collection<BusinessRule>
internal function set BusinessRules (value : Collection<BusinessRule>)
Valeur de propriété
Type : System.Collections.ObjectModel.Collection<BusinessRule>
The collection of business rules.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts