ODataResourceValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the value of a resource (complex or entity). It can be used as instance annotation value.
public sealed class ODataResourceValue : Microsoft.OData.ODataValue
type ODataResourceValue = class
inherit ODataValue
Public NotInheritable Class ODataResourceValue
Inherits ODataValue
- Inheritance
Constructors
ODataResourceValue() |
Properties
InstanceAnnotations |
Collection of custom instance annotations. |
Properties |
Gets or sets the properties belong to this resource. |
TypeAnnotation |
The annotation for storing @odata.type. (Inherited from ODataAnnotatable) |
TypeName |
Gets or sets the type name. |