Partager via


Action.Url, propriété (Microsoft.Office.Server.ApplicationRegistry.Administration)

Gets or sets the action URL for the action.

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Property Url As String
'Utilisation
Dim instance As Action
Dim value As String

value = instance.Url

instance.Url = value
public string Url { get; set; }

Valeur de la propriété

A string representing the action URL.

Remarques

Action URL is the URL to go to when the action is clicked. The URL string is a .NET format string. Each format specifier (for example, {0}) corresponds to an action parameter. The maximum allowed length of the image URL is 2080, minimum is one.

Voir aussi

Référence

Action, classe
Membres Action
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms