IAction.ImageUrl Property
Gets a URL to the image that represents the action.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property ImageUrl As String
Get
'Usage
Dim instance As IAction
Dim value As String
value = instance.ImageUrl
string ImageUrl { get; }
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.