Hi,
When I use this line "_clientContext.Load(_spGroupCol, groupCol => groupCol.Include(groupItem => groupItem.Title).Where(groupItem => groupItem.Title == ("ja-JP")));"to get the Title of the Security Group of the SharePoint Online. But now I wanna get the Title of the Security Group if the Title include the string of the"ja-JP", I change it to "_clientContext.Load(_spGroupCol, groupCol => groupCol.Include(groupItem => groupItem.Title).Where(groupItem => groupItem.Title.Contains("ja-JP")));".It cannot work. how should I change it to be in line with my requirement.?
Hi there, if you found my comment very helpful then please | Propose as answer | . Thanks and Regards.