Action.Url, propriété (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the URLto go to when the action is clicked in the user interface.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Url As String
'Utilisation
Dim instance As Action
Dim value As String
value = instance.Url
public string Url { get; }
Valeur de la propriété
A string representing the action URL.
Remarques
The URL string is a .NET Framework format string. Each format specifier (for example, {0}) corresponds to an action parameter.
Voir aussi
Référence
Action, classe
Membres Action
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms