Share via


IPjMembershipUser.UserId property

NOTE: This API is now obsolete.

Gets the GUID of the user.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<ObsoleteAttribute("in o15")> _
ReadOnly Property UserId As Guid
    Get
'Usage
Dim instance As IPjMembershipUser
Dim value As Guid

value = instance.UserId
[ObsoleteAttribute("in o15")]
Guid UserId { get; }

Property value

Type: System.Guid
The GUID of the user.

See also

Reference

IPjMembershipUser interface

IPjMembershipUser members

Microsoft.Office.Project.Server.Library namespace