Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the collection of child condition tree nodes.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ConditionTreeChildNodes As Collection(Of BRConditionTreeNode)
Get
Friend Set
'Usage
Dim instance As BRConditionTreeNode
Dim value As Collection(Of BRConditionTreeNode)
value = instance.ConditionTreeChildNodes
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRConditionTreeNode> ConditionTreeChildNodes { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRConditionTreeNode^>^ ConditionTreeChildNodes {
Collection<BRConditionTreeNode^>^ get ();
internal: void set (Collection<BRConditionTreeNode^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ConditionTreeChildNodes : Collection<BRConditionTreeNode> with get, internal set
function get ConditionTreeChildNodes () : Collection<BRConditionTreeNode>
internal function set ConditionTreeChildNodes (value : Collection<BRConditionTreeNode>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<BRConditionTreeNode>
The collection of child condition tree nodes.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace