Share via


Action.ImageUrl Property

Gets or sets the optional absolute or relative path to the action's icon image.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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
A string representing the image URL.

Remarks

The icon image should be 16x16. The maximum allowed length of the image URL is 2080, minimum is zero.

See Also

Reference

Action Class

Action Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace