Action.ImageUrl Property
Gets or sets the URL of the image for the icon that represents the action.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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 associated with the 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
Microsoft.SharePoint.BusinessData.Administration.Client Namespace