ODataSerializer.ODataPayloadKind Property
Gets the ODataPayloadKind that this serializer generates.
Namespace: System.Web.Http.OData.Formatter.Serialization
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ODataPayloadKind ODataPayloadKind {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property ODataPayloadKind ODataPayloadKind {
[CompilerGeneratedAttribute]
ODataPayloadKind get();
[CompilerGeneratedAttribute]
private: void set(ODataPayloadKind value);
}
member ODataPayloadKind : ODataPayloadKind with get, private set
Public Property ODataPayloadKind As ODataPayloadKind
Get
Private Set
End Property
Property Value
Type: Microsoft.Data.OData.ODataPayloadKind
See Also
ODataSerializer Class
System.Web.Http.OData.Formatter.Serialization Namespace
Return to top