Share via


EntitySetConfiguration.GetUrl Method

Gets the entity set URL.

Namespace:  System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Overridable Function GetUrl As String
'Usage
Dim instance As EntitySetConfiguration 
Dim returnValue As String 

returnValue = instance.GetUrl()
public virtual string GetUrl()
public:
virtual String^ GetUrl()
abstract GetUrl : unit -> string  
override GetUrl : unit -> string
public function GetUrl() : String

Return Value

Type: System.String
The entity set URL.

See Also

Reference

EntitySetConfiguration Class

System.Web.Http.OData.Builder Namespace