Action.ImageUrl, propriété (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets or sets the optional absolute or relative path to the action's icon image.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
'Déclaration
Public Property ImageUrl As String
'Utilisation
Dim instance As Action
Dim value As String
value = instance.ImageUrl
instance.ImageUrl = value
public string ImageUrl { get; set; }
A string representing the image URL.
The icon image should be 16x16. The maximum allowed length of the image URL is 2080, minimum is zero.
Action, classe
Membres Action
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms