TeamFoundationIdentityName.TeamFoundationId Property

 

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

Syntax

public Guid TeamFoundationId {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property Guid TeamFoundationId {
    [CompilerGeneratedAttribute]
    Guid get();
    [CompilerGeneratedAttribute]
    private: void set(Guid value);
}
member TeamFoundationId : Guid with get, private set
Public Property TeamFoundationId As Guid
    Get
    Private Set
End Property

Property Value

Type: System.Guid

Returns Guid.

See Also

TeamFoundationIdentityName Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top