NodeCreatedEvent.ProjectUri Property

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

NodeCreatedEvent Class

Microsoft.TeamFoundation.Server Namespace