PagePorter Class Library

NavigationPage.ParentID Property

Gets or sets the page identifier of the parent page, or zero if no parent (global).

[Visual Basic]
Public Property ParentID As Integer
[C#]
public int ParentID {get; set;}

Property Value

The page identifier of the parent page, or zero if no parent (global).

See Also

NavigationPage Class | Parastream.Web.MsFrontPage Namespace