Share via


UserCustomAction.Url property

Gets or sets the URL, URI, or ECMAScript (JScript, JavaScript) function associated with the action.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property Url As String
    Get
    Set
'Usage
Dim instance As UserCustomAction
Dim value As String

value = instance.Url

instance.Url = value
public string Url { get; set; }

Property value

Type: System.String
A string that contains the URL, URI, or ECMAScript function.

See also

Reference

UserCustomAction class

UserCustomAction members

Microsoft.SharePoint.Client namespace