Share via


CollectionOpenPropertyAccessNode.CollectionType Property

Definition

The type of the collection represented by this node.

public override Microsoft.OData.Edm.IEdmCollectionTypeReference CollectionType { get; }
member this.CollectionType : Microsoft.OData.Edm.IEdmCollectionTypeReference
Public Overrides ReadOnly Property CollectionType As IEdmCollectionTypeReference

Property Value

Remarks

The value of this property will always be null for open collection properties.

Applies to