Action.Url Property

NOTE: This API is now obsolete.

Gets the URLto go to when the action is clicked in the user interface.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property Url As String
    Get
'Usage
Dim instance As Action
Dim value As String

value = instance.Url
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public string Url { get; }

Property Value

Type: System.String
A string representing the action URL.

Remarks

The URL string is a .NET Framework format string. Each format specifier (for example, {0}) corresponds to an action parameter.

See Also

Reference

Action Class

Action Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace