Share via


CollectionNode.ItemType Property

Gets the resource type of a single item from the collection represented by this node.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property ItemType As IEdmTypeReference 
    Get
'Usage
Dim instance As CollectionNode 
Dim value As IEdmTypeReference 

value = instance.ItemType
public abstract IEdmTypeReference ItemType { get; }
public:
virtual property IEdmTypeReference^ ItemType {
    IEdmTypeReference^ get () abstract;
}
abstract ItemType : IEdmTypeReference
abstract function get ItemType () : IEdmTypeReference

Property Value

Type: Microsoft.Data.Edm.IEdmTypeReference
The resouce type of a single item from the collection represented by this node.

See Also

Reference

CollectionNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace