ODataMetadataController.GetServiceDocument Method ()
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