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)

Syntax

public Collection<ApiDescription> ApiDescriptions { get; }
public:
property Collection<ApiDescription^>^ ApiDescriptions {
    virtual Collection<ApiDescription^>^ get() sealed;
}
abstract ApiDescriptions : Collection<ApiDescription> with get
override ApiDescriptions : Collection<ApiDescription> with get
Public ReadOnly Property ApiDescriptions As Collection(Of ApiDescription)

Property Value

Type: System.Collections.ObjectModel.Collection<ApiDescription>

Implements

IApiExplorer.ApiDescriptions

See Also

ApiExplorer Class
System.Web.Http.Description Namespace

Return to top