The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IApiExplorer::ApiDescriptions Property
Gets the API descriptions.
Assembly: System.Web.Http (in System.Web.Http.dll)
property Collection<ApiDescription^>^ ApiDescriptions {
Collection<ApiDescription^>^ get();
}
Property Value
Type: System.Collections.ObjectModel::Collection<ApiDescription^>^
Show: