SpellerLanguages.List Property
Gets a collection of values that represent the list of languages available to the Spellchecker object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Shared ReadOnly Property List As ICollection(Of Integer)
Get
'Usage
Dim value As ICollection(Of Integer)
value = SpellerLanguages.List
public static ICollection<int> List { get; }
Property Value
Type: System.Collections.Generic.ICollection<Int32>