ODataCollectionValue 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.
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. |