次の方法で共有


BusinessRuleSet.BRConditionTreeNodes プロパティ

条件ツリー ノードのコレクションを取得または設定します。

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

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRConditionTreeNodes As Collection(Of BRConditionTreeNode)
    Get 
    Friend Set
'使用
Dim instance As BusinessRuleSet 
Dim value As Collection(Of BRConditionTreeNode)

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

プロパティ値

型: System.Collections.ObjectModel.Collection<BRConditionTreeNode>
条件ツリー ノードのコレクション。

関連項目

参照

BusinessRuleSet クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間