BRConditionGroup.BRConditionComponents Property
Gets or sets the collection of condition components.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property BRConditionComponents As Collection(Of BRConditionComponent)
Get
Private Set
'Usage
Dim instance As BRConditionGroup
Dim value As Collection(Of BRConditionComponent)
value = instance.BRConditionComponents
[DataMemberAttribute]
public Collection<BRConditionComponent> BRConditionComponents { get; private set; }
[DataMemberAttribute]
public:
property Collection<BRConditionComponent^>^ BRConditionComponents {
Collection<BRConditionComponent^>^ get ();
private: void set (Collection<BRConditionComponent^>^ value);
}
[<DataMemberAttribute>]
member BRConditionComponents : Collection<BRConditionComponent> with get, private set
function get BRConditionComponents () : Collection<BRConditionComponent>
private function set BRConditionComponents (value : Collection<BRConditionComponent>)
Property Value
Type: System.Collections.ObjectModel.Collection<BRConditionComponent>
A collection of type BRConditionComponent.