Share via


UserCustomAction.ImageUrl property

Gets or sets the URL of the image associated with the custom action.

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

Syntax

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

value = instance.ImageUrl

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

Property value

Type: System.String
A string that contains the URL.

Remarks

It must be a null reference (Nothing in Visual Basic), a server-relative URL, or an absolute URL.

See also

Reference

UserCustomAction class

UserCustomAction members

Microsoft.SharePoint.Client namespace