共用方式為


SPRegionalSettings.IsEastAsia property

取得布林值,指出網站地區設定是否為東亞地區設定。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property IsEastAsia As Boolean
    Get
'用途
Dim instance As SPRegionalSettings
Dim value As Boolean

value = instance.IsEastAsia
public bool IsEastAsia { get; }

Property value

Type: System.Boolean
true如果網站區域設定為東亞文字分隔的地區設定 ;否則,請false。

請參閱

參照

SPRegionalSettings class

SPRegionalSettings members

Microsoft.SharePoint namespace