: Action.Url (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the URLto go to when the action is clicked in the user interface.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public ReadOnly Property Url As String
'Uso
Dim instance As Action
Dim value As String
value = instance.Url
public string Url { get; }
Valor de propiedad
A string representing the action URL.
Comentarios
The URL string is a .NET Framework format string. Each format specifier (for example, {0}) corresponds to an action parameter.
Vea también
Referencia
Action (Clase)
Action (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)