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 ( _
    projectUri As String, _
    name As String _
)
public ProjectCreatedEvent(
    string projectUri,
    string name
)
public:
ProjectCreatedEvent(
    String^ projectUri, 
    String^ name
)
new : 
        projectUri:string * 
        name:string -> ProjectCreatedEvent
public function ProjectCreatedEvent(
    projectUri : String, 
    name : String
)
Parameters
- projectUri
 Type: System.String
- name
 Type: System.String
.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.