Share via


BRConditionTreeNode.BRConditions Property

Gets or sets the collection of conditions.

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

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRConditions As Collection(Of BRCondition)
    Get 
    Friend Set
'Usage
Dim instance As BRConditionTreeNode 
Dim value As Collection(Of BRCondition)

value = instance.BRConditions
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRCondition> BRConditions { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRCondition^>^ BRConditions {
    Collection<BRCondition^>^ get ();
    internal: void set (Collection<BRCondition^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRConditions : Collection<BRCondition> with get, internal set
function get BRConditions () : Collection<BRCondition>
internal function set BRConditions (value : Collection<BRCondition>)

Property Value

Type: System.Collections.ObjectModel.Collection<BRCondition>
The collection of conditions.

See Also

Reference

BRConditionTreeNode Class

Microsoft.MasterDataServices.Services.DataContracts Namespace