Condividi tramite


Proprietà BRConditionGroup.BRConditionComponents

Gets or sets an array of business rule condition components.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property BRConditionComponents As Collection(Of BRConditionComponent)
    Get
    Set
'Utilizzo
Dim instance As BRConditionGroup
Dim value As Collection(Of BRConditionComponent)

value = instance.BRConditionComponents

instance.BRConditionComponents = value
[DataMemberAttribute]
public Collection<BRConditionComponent> BRConditionComponents { get; set; }
[DataMemberAttribute]
public:
property Collection<BRConditionComponent^>^ BRConditionComponents {
    Collection<BRConditionComponent^>^ get ();
    void set (Collection<BRConditionComponent^>^ value);
}
[<DataMemberAttribute>]
member BRConditionComponents : Collection<BRConditionComponent> with get, set
function get BRConditionComponents () : Collection<BRConditionComponent>
function set BRConditionComponents (value : Collection<BRConditionComponent>)

Valore proprietà

Tipo: System.Collections.ObjectModel.Collection<BRConditionComponent>
A collection of type BRConditionComponent.

Vedere anche

Riferimento

BRConditionGroup Classe

Spazio dei nomi Microsoft.MasterDataServices