SPMobileStripLink.ImageUrl property
Obtém ou define a seqüência de url de imagem para imagem do ícone.
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overrides Property ImageUrl As String
Get
Set
'Uso
Dim instance As SPMobileStripLink
Dim value As String
value = instance.ImageUrl
instance.ImageUrl = value
public override string ImageUrl { get; set; }
Property value
Type: System.String