Share via


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.

See also

Reference

Action class

Action members

Microsoft.SharePoint.BusinessData.Administration namespace