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.
Returns the type of Elements in the Collection
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public Type ElementType { get; }
public:
property Type^ ElementType {
Type^ get();
}
member ElementType : Type with get
Public ReadOnly Property ElementType As Type
Property Value
Type: System.Type
See Also
CollectionPropertyConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top