Share via


PreProjectDeletionNotification.ProjectUri Property

Represents project being deleted

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Property ProjectUri As String
public string ProjectUri { get; private set; }
public:
property String^ ProjectUri {
    String^ get ();
    private: void set (String^ value);
}
member ProjectUri : string with get, private set
function get ProjectUri () : String 
private function set ProjectUri (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PreProjectDeletionNotification Class

Microsoft.TeamFoundation.Integration.Server Namespace