Share via


LanguageCollection.GetById method

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetById ( _
    id As Integer _
) As ClientResult(Of Language)
'Usage
Dim instance As LanguageCollection
Dim id As Integer
Dim returnValue As ClientResult(Of Language)

returnValue = instance.GetById(id)
public ClientResult<Language> GetById(
    int id
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Language>

See also

Reference

LanguageCollection class

LanguageCollection members

Microsoft.SharePoint.Client namespace