Gets or sets the parent of this instance.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public PropertyDataCollection Parent { get; set; } |
Field Value
The parent.
Remarks
A PropertyData instance usually belongs to a PropertyDataCollection which itself usually belongs to a PageData.
This property is a back-link to the container PageDataCollection.
Note that null is a valid value for Parent.