Share via


TeamProjectReference.Id Property

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

TeamProjectReference Class

Microsoft.TeamFoundation.Common Namespace