共用方式為


BusinessRules.BRConditionTreeNodes 屬性

Gets or sets an array of condition tree nodes.

命名空間:  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>
A collection of type BRConditionTreeNode.

請參閱

參考

BusinessRules 類別

Microsoft.MasterDataServices 命名空間