IAction.Url Property
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.