Share via


LanguageCollection.GetById(Int32) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Language> GetById (int id);
member this.GetById : int -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Language>
Public Function GetById (id As Integer) As ClientResult(Of Language)

Parameters

id
Int32

Returns

Attributes

Applies to