ConfigureWorkspaceGridViewModel.VersionControlServer Property
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Property VersionControlServer As VersionControlServer
public VersionControlServer VersionControlServer { get; set; }
public:
property VersionControlServer^ VersionControlServer {
VersionControlServer^ get ();
void set (VersionControlServer^ value);
}
member VersionControlServer : VersionControlServer with get, set
function get VersionControlServer () : VersionControlServer
function set VersionControlServer (value : VersionControlServer)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.