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)
Available in Sandboxed Solutions: No

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