ODataPayloadKindDetectionResult Class
Represents the result of running payload kind detection for a specified payload kind and format.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataPayloadKindDetectionResult
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class ODataPayloadKindDetectionResult
'Usage
Dim instance As ODataPayloadKindDetectionResult
public sealed class ODataPayloadKindDetectionResult
public ref class ODataPayloadKindDetectionResult sealed
[<SealedAttribute>]
type ODataPayloadKindDetectionResult = class end
public final class ODataPayloadKindDetectionResult
The ODataPayloadKindDetectionResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
Format | Gets or sets the format for the detected payload kind. | |
PayloadKind | Gets or sets the detected payload kind. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
This class is used to represent the result of running payload kind detection using DetectPayloadKind(). See the documentation of that method for more information.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.