SPRegionalSettings.IsRightToLeft property
取得 Boolean 值,指出是否為網站的地區設定要使用從右至左的語言。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property IsRightToLeft As Boolean
Get
'用途
Dim instance As SPRegionalSettings
Dim value As Boolean
value = instance.IsRightToLeft
public bool IsRightToLeft { get; }
Property value
Type: System.Boolean
true網站地區設定使用從右至左的語言 ;否則,請false。