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.
Generates the OData service document.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ODataWorkspace GetServiceDocument()
public:
ODataWorkspace^ GetServiceDocument()
member GetServiceDocument : unit -> ODataWorkspace
Public Function GetServiceDocument As ODataWorkspace
Return Value
Type: Microsoft.Data.OData.ODataWorkspace
The service document for the service.
See Also
ODataMetadataController Class
System.Web.Http.OData Namespace
Return to top