Web.SupportedUILanguageIds - Propriété
Specifies the language code identifiers (LCIDs) of the languages that are enabled for the site.
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 ReadOnly Property SupportedUILanguageIds As IEnumerable(Of Integer)
Get
'Utilisation
Dim instance As Web
Dim value As IEnumerable(Of Integer)
value = instance.SupportedUILanguageIds
public IEnumerable<int> SupportedUILanguageIds { get; }
Valeur de propriété
Type : System.Collections.Generic.IEnumerable<Int32>
Returns a String instance representing the languages that are enabled for the site.