WebSiteGetConfigurationResponse.PhpVersion Property
Gets or sets the PHP version of the web site.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string PhpVersion { get; set; }
public:
property String^ PhpVersion {
String^ get();
void set(String^ value);
}
member PhpVersion : string with get, set
Public Property PhpVersion As String
Property Value
Type: System.String
The PHP version.
Remarks
Supported values are an empty string (an empty string disables PHP), 5.3, and 5.4.
See Also
WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top