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)
Syntaxe
'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; }
Valeur de la propriété
A string representing the image URL.
Remarques
The icon image should be 16x16. The maximum allowed length of the image URL is 2080, minimum is zero.
Voir aussi
Référence
Action, classe
Membres Action
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms