TeamFoundationIdentity.TeamFoundationId Property

Identifier assigned within TFS - unique throughout a host. TFS artifacts are either associated with this identifier or the identity's Descriptor.

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

Syntax

'Declaration
Public Property TeamFoundationId As Guid
public Guid TeamFoundationId { get; set; }
public:
property Guid TeamFoundationId {
    Guid get ();
    void set (Guid value);
}
member TeamFoundationId : Guid with get, set
function get TeamFoundationId () : Guid 
function set TeamFoundationId (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

TeamFoundationIdentity Class

Microsoft.TeamFoundation.Framework.Client Namespace