UserCustomAction.ImageUrl - Propriété
Gets or sets the URL of the image associated with the custom action.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property ImageUrl As String
Get
Set
'Utilisation
Dim instance As UserCustomAction
Dim value As String
value = instance.ImageUrl
instance.ImageUrl = value
public string ImageUrl { get; set; }
Valeur de propriété
Type : System.String
A string that contains the URL.
Remarques
It must be une référence Null (Rien dans Visual Basic), a server-relative URL, or an absolute URL.