error: Filed or Property "WebTemplate" DoesNot exist.
sitecontext.Load(owebsite,w=>w.AssociatedOwnerGroup,w=>w.WebTemplate);
sitecontext.ExecuteQuery();
Console.WriteLine(owebsite.AssociatedOwnerGroup.OwnerTitle);
The above line i can able to load site assosciatedOwnerGrop alone, but i tyied different ways i cant abe to load webtemplate.
error: Filed or Property "WebTemplate" DoesNot exist.
Note: I can load AssociateOwnerGrop, but i cant load webtemplate.
please help me here to load webtemplate using c# for SP2010 sites.
Thanks
Murali