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:
property Collection<ApiDescription^>^ ApiDescriptions {
	virtual Collection<ApiDescription^>^ get() sealed;
}
Return to top
Show: