Share via


BusinessRuleSet.BusinessRules Property

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>)

Property Value

Type: System.Collections.ObjectModel.Collection<BusinessRule>
The collection of business rules.

See Also

Reference

BusinessRuleSet Class

Microsoft.MasterDataServices.Services.DataContracts Namespace