BusinessRulesPalette.BRConditionGroups Property

 

Applies To: SQL Server 2016 Preview

Gets or sets an array of business rule condition groups.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRConditionGroup> BRConditionGroups { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Collection<BRConditionGroup^>^ BRConditionGroups {
    Collection<BRConditionGroup^>^ get();
    void set(Collection<BRConditionGroup^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRConditionGroups : Collection<BRConditionGroup> with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property BRConditionGroups As Collection(Of BRConditionGroup)

Property Value

Type: System.Collections.ObjectModel.Collection<BRConditionGroup>

A collection of type BRConditionGroup.

See Also

BusinessRulesPalette Class
Microsoft.MasterDataServices Namespace

Return to top