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.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    uri As String, _
    name As String, _
    status As ProjectState _
)
public ProjectInfo(
    string uri,
    string name,
    ProjectState status
)
public:
ProjectInfo(
    String^ uri, 
    String^ name, 
    ProjectState status
)
new : 
        uri:string * 
        name:string * 
        status:ProjectState -> ProjectInfo
public function ProjectInfo(
    uri : String, 
    name : String, 
    status : ProjectState
)
Parameters
- uri
 Type: System.String
- name
 Type: System.String
- status
 Type: Microsoft.TeamFoundation.Common.ProjectState
.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.