Share via


Action.ImageUrl property

Gets or sets the URL of the icon image for this action.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

value = instance.ImageUrl

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

Property value

Type: System.String
The URL of the icon image for this action.

Remarks

This property represents the absolute or relative path to the action's icon image. The icon image should be 16 x 16 pixels.

See also

Reference

Action class

Action members

Microsoft.SharePoint.BusinessData.Administration namespace