ApiExplorer::ApiDescriptions Property

Gets the API descriptions. The descriptions are initialized on the first access.

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

public:
virtual property Collection<ApiDescription^>^ ApiDescriptions {
	Collection<ApiDescription^>^ get () sealed;
}

Implements

IApiExplorer::ApiDescriptions
Show: