Freigeben über


BRConditions-Eigenschaft

Gets or sets an ArrayOfBRCondition complex type.

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

Syntax

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

value = instance.BRConditions

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

Eigenschaftswert

Typ: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'BRCondition> ) > ) >
Collection of type BRCondition.