Browse by Tags
All Tags »
SharePoint Snippets (
RSS)
Sorry, but there are no more tags available to filter with.
SPFarm myFarm = SPFarm .Local; SPServer myServer = myFarm.Servers[ "SERVER NAME" ]; SPServiceInstance ssi; SPWebService sws; foreach ( SPServiceInstance servinst in myServer.ServiceInstances) { if (servinst.TypeName == "Windows SharePoint...