BusinessRuleSet.BRConditions Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the collection of conditions.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRCondition> BRConditions { get; internal set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Collection<BRCondition^>^ BRConditions {
    Collection<BRCondition^>^ get();
    internal: void set(Collection<BRCondition^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRConditions : Collection<BRCondition> with get, internal set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property BRConditions As Collection(Of BRCondition)
    Get
    Friend Set
End Property

Property Value

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

The collection of conditions.

See Also

BusinessRuleSet Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top