Freigeben über


Web.SupportedUILanguageIds-Eigenschaft

Specifies the language code identifiers (LCIDs) of the languages that are enabled for the site.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property SupportedUILanguageIds As IEnumerable(Of Integer)
    Get
'Usage
Dim instance As Web
Dim value As IEnumerable(Of Integer)

value = instance.SupportedUILanguageIds
public IEnumerable<int> SupportedUILanguageIds { get; }

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<Int32>
Returns a String instance representing the languages that are enabled for the site.

Siehe auch

Referenz

Web Klasse

Web-Member

Microsoft.SharePoint.Client-Namespace