This documentation is archived and is not being maintained.

TeamFoundationIdentity::UniqueUserId Property

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

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

public:
property int UniqueUserId {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32

Show: