ApplicationPageLink.ApplicationPageFileName property

Gets or sets a string that contains the file name of the application page that is stored in the ApplicationPageFileName of the ViewState.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ApplicationPageFileName As String
    Get
    Set
'Usage
Dim instance As ApplicationPageLink
Dim value As String

value = instance.ApplicationPageFileName

instance.ApplicationPageFileName = value
public string ApplicationPageFileName { get; set; }

Property value

Type: System.String
A string that contains the file name of the application page that is stored in the ApplicationPageFileName of the ViewState.

See also

Reference

ApplicationPageLink class

ApplicationPageLink members

Microsoft.SharePoint.WebControls namespace