次の方法で共有


BRConditionGroup.BRConditionComponents プロパティ

条件コンポーネントのコレクションを取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property BRConditionComponents As Collection(Of BRConditionComponent)
    Get 
    Friend Set
'使用
Dim instance As BRConditionGroup 
Dim value As Collection(Of BRConditionComponent)

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

プロパティ値

型: System.Collections.ObjectModel.Collection<BRConditionComponent>
条件コンポーネントのコレクション。

関連項目

参照

BRConditionGroup クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間