FormItemRow.hrefFileName Property
Gets or sets the URL for the page to which the user is navigated.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property hrefFileName As String
Get
Set
'Usage
Dim instance As FormItemRow
Dim value As String
value = instance.hrefFileName
instance.hrefFileName = value
public string hrefFileName { get; set; }
Property Value
Type: System.String