[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Gibt das Elternobjekt, dem Kindobjekte hinzugefügt,
oder aus dem Kindobjekte entfernt wurden.
Namespace: DynamicNode.ModelAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public TParent Parent { get; private set; } |
Visual Basic |
---|
Public Property Parent As TParent Get Private Set |
F# |
---|
member Parent : 'TParent with get, private set |