FormItemRow.hrefFileContext Property
Gets or sets the ResourceFileContext 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 hrefFileContext As ResourceFileContext
Get
Set
'Usage
Dim instance As FormItemRow
Dim value As ResourceFileContext
value = instance.hrefFileContext
instance.hrefFileContext = value
public ResourceFileContext hrefFileContext { get; set; }
Property Value
Type: ResourceFileContext