Share via


ODataQueryContext.ElementType Property

 

Gets the IEdmType of the element.

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public IEdmType ElementType {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IEdmType^ ElementType {
    [CompilerGeneratedAttribute]
    IEdmType^ get();
    [CompilerGeneratedAttribute]
    private: void set(IEdmType^ value);
}
member ElementType : IEdmType with get, private set
Public Property ElementType As IEdmType
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Data.Edm.IEdmType

See Also

ODataQueryContext Class
System.Web.Http.OData Namespace

Return to top