TeamFoundationIdentity.UniqueUserId Property

This represents the ID to distinguish deleted accounts from each other (joe:1 versus joe:3).

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

TeamFoundationIdentity Class

Microsoft.TeamFoundation.Framework.Server Namespace