RegionalSettings クラス
Represents regional settings that are used on the server that is running SharePoint Server.
継承階層
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.RegionalSettings
名前空間: Microsoft.SharePoint.Client
アセンブリ: Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内); Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内) Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)
構文
'宣言
Public Class RegionalSettings _
Inherits ClientObject
'使用
Dim instance As RegionalSettings
public class RegionalSettings : ClientObject
注釈
Use the RegionalSettings property of the Web class to return an RegionalSettings object that represents the regional settings for a website. You can return the same regional settings through the #ctor() constructor. Use the RegionalSettings() property of the User class to return a RegionalSettings object that represents the regional settings for a user.
スレッド セーフ
この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。