CollectionPropertyAccessNode.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 Overrides ReadOnly Property ItemType As IEdmTypeReference 
    Get
'Usage
Dim instance As CollectionPropertyAccessNode 
Dim value As IEdmTypeReference 

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

Property Value

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

See Also

Reference

CollectionPropertyAccessNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace