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
- 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.