Action.Url Property
Gets or sets the URL to go to when the Action is clicked.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Url As String
Get
Set
'Usage
Dim instance As Action
Dim value As String
value = instance.Url
instance.Url = value
public string Url { get; set; }
Property Value
Type: System.String
The URL to go to when the Action is clicked.