Share via


VersionControlProjectInfo.Project Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Project As TeamProjectReference
[DataMemberAttribute]
public TeamProjectReference Project { get; set; }
[DataMemberAttribute]
public:
property TeamProjectReference^ Project {
    TeamProjectReference^ get ();
    void set (TeamProjectReference^ value);
}
[<DataMemberAttribute>]
member Project : TeamProjectReference with get, set
function get Project () : TeamProjectReference 
function set Project (value : TeamProjectReference)

Property Value

Type: Microsoft.TeamFoundation.Common.TeamProjectReference

.NET Framework Security

See Also

Reference

VersionControlProjectInfo Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace