SPListTemplate.EditPage property
Gets the name of a custom application page (/_layouts) used as the page for editing list properties for lists created through the list template.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property EditPage As String
Get
'Usage
Dim instance As SPListTemplate
Dim value As String
value = instance.EditPage
public string EditPage { get; }
Property value
Type: System.String
A string that contains the name of the custom application page.