IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

ODataSchemaProperty Type

An object representing a single OData schema property.

Remarks

An object representing a single OData schema property.

Fields

Attributes
String

A space-separated list of attributes (name-value pairs) contained within an OData property element. For example: name1="value1" name2="value2"

Description
String

The documentation long description of the OData schema property.

IsComplexType
Boolean

Indicates whether a property is derived from a complex type.

When 'True', SchemaTypeField can be used to navigate the properties contained within the complex type.

Name
String

The Name of the OData schema property.

Nullable
Boolean

Indicates whether a property can be null.

Summary
String

The documentation summary of the OData schema property.

Type
String

The type of the OData schema property.

Constructors

[VB.NET]
Public ODataSchemaProperty()

[C#]
public ODataSchemaProperty();



 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]