Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URL to go to when the action is clicked.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Url As String
Get
'Usage
Dim instance As IAction
Dim value As String
value = instance.Url
string Url { get; }
Property Value
Type: System.String
The URL string.
Remarks
The URL string is a Microsoft .NET Framework format string. Each format specifier, for example, {0}, corresponds to an action parameter.