I want to retrieve the web's properties, but why I can not find .Load?
ClientContext con = new ClientContext("https://example.com");
Web web = con.Web;
con.Load(web);
I want to retrieve the web's properties, but why I can not find .Load?
ClientContext con = new ClientContext("https://example.com");
Web web = con.Web;
con.Load(web);
Add reference Microsoft.SharePoint.Client.Runtime.dll in your console application.