IProjectItem::Parent Property

 

Gets a reference to the containing item, if any.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

property IProjectItem^ Parent {
	IProjectItem^ get();
}

Property Value

Type: System.Web.UI.Design::IProjectItem^

An IProjectItem, if the current item is contained within another item; otherwise, null.

.NET Framework
Available since 2.0
Return to top
Show: