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