다음을 통해 공유


BRConditionComponents 속성

Gets or sets the collection of condition components.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property BRConditionComponents As Collection(Of BRConditionComponent)
    Get
    Private Set
‘사용 방법
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>)

속성 값

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