Namespace:  Microsoft.TeamFoundation.VersionControl.Controls
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
    sourceControl As VersionControlServer, _
    settings As ServerSettings _
)
public ControlWorkspaceSettings(
    VersionControlServer sourceControl,
    ServerSettings settings
)
public:
ControlWorkspaceSettings(
    VersionControlServer^ sourceControl, 
    ServerSettings^ settings
)
new : 
        sourceControl:VersionControlServer * 
        settings:ServerSettings -> ControlWorkspaceSettings
public function ControlWorkspaceSettings(
    sourceControl : VersionControlServer, 
    settings : ServerSettings
)
Parameters
- sourceControl
 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.