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