Share via


Identity.UniqueUserId Property

Namespace:  Microsoft.VisualStudio.Services.Identity
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

.NET Framework Security

See Also

Reference

Identity Class

Microsoft.VisualStudio.Services.Identity Namespace