SPLink.UrlParameter Property
Gets a parameter that is passed as part of a URL in a link.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property UrlParameter As String
Get
'Usage
Dim instance As SPLink
Dim value As String
value = instance.UrlParameter
public string UrlParameter { get; }
Property Value
Type: System.String
A string that contains the parameter.