WebSiteUpdateConfigurationParameters::HandlerMapping::Extension Property

 

Gets or sets the extension of the file type that the script processor will handle.

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

public:
property String^ Extension {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The extension.

Return to top
Show: