Share via


ApiGroup.ControllerDescriptor Property

 

Gets the HttpControllerDescriptor representing the ApiController this ApiGroup is describing.

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

Syntax

public HttpControllerDescriptor ControllerDescriptor {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property HttpControllerDescriptor^ ControllerDescriptor {
    [CompilerGeneratedAttribute]
    HttpControllerDescriptor^ get();
    [CompilerGeneratedAttribute]
    private: void set(HttpControllerDescriptor^ value);
}
member ControllerDescriptor : HttpControllerDescriptor with get, private set
Public Property ControllerDescriptor As HttpControllerDescriptor
    Get
    Private Set
End Property

Property Value

Type: System.Web.Http.Controllers.HttpControllerDescriptor

See Also

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

Return to top