IProjectItem.Parent Property
.NET Framework 3.0
Gets a reference to the containing item, if any.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ IProjectItem get_Parent ()
function get Parent () : IProjectItem
Not applicable.
Property Value
An IProjectItem, if the current item is contained within another item; otherwise, a null reference (Nothing in Visual Basic).Community Additions
ADD
Show: