PjMembershipUser.UserId property

NOTE: This API is now obsolete.

Gets or sets the identification number for 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")> _
Public Property UserId As Guid
    Get
    Set
'Usage
Dim instance As PjMembershipUser
Dim value As Guid

value = instance.UserId

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

Property value

Type: System.Guid

Implements

IPjMembershipUser.UserId

See also

Reference

PjMembershipUser class

PjMembershipUser members

Microsoft.Office.Project.Server.Library namespace