Aracılığıyla paylaş


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