RegionalSettings - Classe
Represents regional settings that are used on the server that is running SharePoint Server.
Hiérarchie d’héritage
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.RegionalSettings
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Class RegionalSettings _
Inherits ClientObject
'Utilisation
Dim instance As RegionalSettings
public class RegionalSettings : ClientObject
Remarques
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.
Cohérence de thread
Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.