ODataPropertyInfo 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 information about a single property of a resource.
public class ODataPropertyInfo : Microsoft.OData.ODataItem
type ODataPropertyInfo = class
inherit ODataItem
Public Class ODataPropertyInfo
Inherits ODataItem
- Inheritance
- Derived
Constructors
ODataPropertyInfo() |
Properties
InstanceAnnotations |
Collection of custom instance annotations. |
Name |
Gets or sets the property name. |
PrimitiveTypeKind |
Gets or sets the kind of primitive type of the property. |
TypeAnnotation |
The annotation for storing @odata.type. (Inherited from ODataAnnotatable) |