ODataInstanceAnnotation 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 an instance annotation.
public sealed class ODataInstanceAnnotation : Microsoft.OData.ODataAnnotatable
type ODataInstanceAnnotation = class
inherit ODataAnnotatable
Public NotInheritable Class ODataInstanceAnnotation
Inherits ODataAnnotatable
- Inheritance
Constructors
ODataInstanceAnnotation(String, ODataValue) |
Constructs a new ODataInstanceAnnotation instance. |
Properties
Name |
Instance annotation name. |
TypeAnnotation |
The annotation for storing @odata.type. (Inherited from ODataAnnotatable) |
Value |
Instance annotation value. |