Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new TeamProjectFolderOptions instance.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    teamProject As String, _
    sourceProject As String _
)
public TeamProjectFolderOptions(
    string teamProject,
    string sourceProject
)
public:
TeamProjectFolderOptions(
    String^ teamProject, 
    String^ sourceProject
)
new : 
        teamProject:string * 
        sourceProject:string -> TeamProjectFolderOptions
public function TeamProjectFolderOptions(
    teamProject : String, 
    sourceProject : String
)
Parameters
- teamProject 
 Type: System.String- The path of a team project folder. 
- sourceProject 
 Type: System.String- The source project. 
.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.
See Also
Reference
TeamProjectFolderOptions Class