Share via


ApiGroup.ApiDescriptions Property

 

The set of ApiDescription describing actions provided by this ApiController.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Models
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public IEnumerable<ApiDescription> ApiDescriptions {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IEnumerable<ApiDescription^>^ ApiDescriptions {
    [CompilerGeneratedAttribute]
    IEnumerable<ApiDescription^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(IEnumerable<ApiDescription^>^ value);
}
member ApiDescriptions : IEnumerable<ApiDescription> with get, private set
Public Property ApiDescriptions As IEnumerable(Of ApiDescription)
    Get
    Private Set
End Property

Property Value

Type: System.Collections.Generic.IEnumerable<ApiDescription>

See Also

ApiGroup Class
Microsoft.WindowsAzure.Mobile.Service.Models Namespace

Return to top