StartPage.Layout Property

Gets or sets the path of the layout page for the ChildPage page.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

'Declaration
Public Overrides Property Layout As String 
	Get 
	Set
'Usage
Dim instance As StartPage 
Dim value As String 

value = instance.Layout

instance.Layout = value

Property Value

Type: System.String
The path of the layout page for the ChildPage page.
Show: