Compartir a través de


BRConditionGroup.BRConditionComponents Propiedad

Definición

Obtiene o establece una matriz de componentes de condición de regla de negocios.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRConditionComponent ^> ^ BRConditionComponents { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRConditionComponent ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRConditionComponent ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.BRConditionComponent> BRConditionComponents { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.BRConditionComponents : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.BRConditionComponent> with get, set
Public Property BRConditionComponents As Collection(Of BRConditionComponent)

Valor de propiedad

Colección de tipo BRConditionComponent.

Atributos

Se aplica a