Share via


WebSiteGetConfigurationResponse.HandlerMappings Property

 

Gets or sets a collection of WebSiteGetConfigurationResponse.HandlerMapping objects that define the custom executable programs for handling requests for specific file name extensions.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public IList<WebSiteGetConfigurationResponse.HandlerMapping> HandlerMappings { get; set; }
public:
property IList<WebSiteGetConfigurationResponse::HandlerMapping^>^ HandlerMappings {
    IList<WebSiteGetConfigurationResponse::HandlerMapping^>^ get();
    void set(IList<WebSiteGetConfigurationResponse::HandlerMapping^>^ value);
}
member HandlerMappings : IList<WebSiteGetConfigurationResponse.HandlerMapping> with get, set
Public Property HandlerMappings As IList(Of WebSiteGetConfigurationResponse.HandlerMapping)

Property Value

Type: System.Collections.Generic.IList<WebSiteGetConfigurationResponse.HandlerMapping>

A collection of WebSiteGetConfigurationResponse.HandlerMapping objects.

See Also

WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top