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