BusinessRuleSet.BusinessRules-Eigenschaft
Gets or sets the collection of business rules.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BusinessRules As Collection(Of BusinessRule)
Get
Friend Set
'Usage
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>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<BusinessRule>
The collection of business rules.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace