Partager via


Propriété BRConditionComponents

Gets or sets the collection of condition components.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property BRConditionComponents As Collection(Of BRConditionComponent)
    Get
    Private Set
'Utilisation
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>)

Valeur de propriété

Type : System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'BRConditionComponent> ) > ) >
A collection of type BRConditionComponent.