Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the CLR type of the element.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public Type ElementClrType {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property Type^ ElementClrType {
[CompilerGeneratedAttribute]
Type^ get();
[CompilerGeneratedAttribute]
private: void set(Type^ value);
}
member ElementClrType : Type with get, private set
Public Property ElementClrType As Type
Get
Private Set
End Property
Property Value
Type: System.Type
See Also
ODataQueryContext Class
System.Web.Http.OData Namespace
Return to top