Share via


ODataCollectionValue Class

Definition

OData representation of a Collection.

public sealed class ODataCollectionValue : Microsoft.OData.ODataValue
type ODataCollectionValue = class
    inherit ODataValue
Public NotInheritable Class ODataCollectionValue
Inherits ODataValue
Inheritance

Constructors

ODataCollectionValue()

Properties

Items

Gets or sets the items in the bag value.

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)
TypeName

Gets or sets the type of the collection value.

Applies to