Identity Class

An Identity structure represents a user, group, or Team Foundation Server application group, along with some of their attributes.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class Identity _
    Implements IComparable
'Usage
Dim instance As Identity
[SerializableAttribute]
public class Identity : IComparable
[SerializableAttribute]
public ref class Identity : IComparable
public class Identity implements IComparable

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Server.Identity

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Identity Members

Microsoft.TeamFoundation.Server Namespace