PreProjectDeletionNotification Constructor
Constructor for creating a PreProjectDeletionNotification
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
projectUri As String _
)
public PreProjectDeletionNotification(
string projectUri
)
public:
PreProjectDeletionNotification(
String^ projectUri
)
new :
projectUri:string -> PreProjectDeletionNotification
public function PreProjectDeletionNotification(
projectUri : String
)
Parameters
- projectUri
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.