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.
Gets the default instance of the DefaultODataSerializerProvider.
Namespace: System.Web.Http.OData.Formatter.Serialization
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public static DefaultODataSerializerProvider Instance { get; }
public:
property DefaultODataSerializerProvider^ Instance {
static DefaultODataSerializerProvider^ get();
}
static member Instance : DefaultODataSerializerProvider with get
Public Shared ReadOnly Property Instance As DefaultODataSerializerProvider
Property Value
Type: System.Web.Http.OData.Formatter.Serialization.DefaultODataSerializerProvider
See Also
DefaultODataSerializerProvider Class
System.Web.Http.OData.Formatter.Serialization Namespace
Return to top