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