: Action.ImageUrl (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets or sets the optional absolute or relative path to the action's icon image.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property ImageUrl As String
'Uso
Dim instance As Action
Dim value As String
value = instance.ImageUrl
instance.ImageUrl = value
public string ImageUrl { get; set; }
Valor de propiedad
A string representing the image URL.
Comentarios
The icon image should be 16x16. The maximum allowed length of the image URL is 2080, minimum is zero.
Vea también
Referencia
Action (Clase)
Action (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)