ApiDescriptionGroupCollectionProvider.ApiDescriptionGroups Property

Definition

Gets a collection of ApiDescriptionGroup.

public:
 property Microsoft::AspNetCore::Mvc::ApiExplorer::ApiDescriptionGroupCollection ^ ApiDescriptionGroups { Microsoft::AspNetCore::Mvc::ApiExplorer::ApiDescriptionGroupCollection ^ get(); };
public Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollection ApiDescriptionGroups { get; }
member this.ApiDescriptionGroups : Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollection
Public ReadOnly Property ApiDescriptionGroups As ApiDescriptionGroupCollection

Property Value

Implements

Applies to