WebSiteGetConfigurationResponse.PhpVersion 属性

 

获取或设置 web 站点的 PHP 版本。

命名空间:   Microsoft.WindowsAzure.Management.WebSites.Models
程序集:  Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)

语法

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

属性值

Type: System.String

PHP 版本。

备注

支持的值为空字符串 (空字符串禁用 PHP),5.3 和 5.4。

请参阅

WebSiteGetConfigurationResponse 类
Microsoft.WindowsAzure.Management.WebSites.Models 命名空间

返回页首