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.