Public NotInheritable Class VersionControlServer
Dim instance As VersionControlServer
public sealed class VersionControlServer
public ref class VersionControlServer sealed
public final class VersionControlServer
public VersionControlServer GetVersionControlServer(TeamFoundationServer tfs);
{
// Get a reference to Source Control return (VersionControlServer)tfs.GetService(typeof(VersionControlServer));
}
http://blogs.codes-sources.com/pc152/
Choulant Noham