Właściwość BusinessRuleSet.BRConditionTreeNodes
Pobiera lub ustawia złożony ArrayOfBRConditionTreeNode.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRConditionTreeNodes As Collection(Of BRConditionTreeNode)
Get
Set
'Użycie
Dim instance As BusinessRuleSet
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>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<BRConditionTreeNode>
Kolekcja typu BRConditionTreeNode.
Zobacz także