TeamFoundationTeam.Project Property
Gets or sets the team Project URI.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Project As String
public virtual string Project { get; }
public:
virtual property String^ Project {
String^ get ();
}
abstract Project : string with get
override Project : string with get
function get Project () : 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.