BusinessRules.BRConditionTreeNodes プロパティ

条件ツリー ノードの配列を取得または設定します。

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

構文

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

value = instance.BRConditionTreeNodes

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

プロパティ値

型: System.Collections.ObjectModel.Collection<BRConditionTreeNode>
BRConditionTreeNode 型のコレクション。

関連項目

参照

BusinessRules クラス

Microsoft.MasterDataServices 名前空間