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
- id
Type: System.Int32
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Language>