PjMembershipUser.UserId Property
Gets 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
Public Property UserId As Guid
Get
Set
'Usage
Dim instance As PjMembershipUser
Dim value As Guid
value = instance.UserId
instance.UserId = value
public Guid UserId { get; set; }
Property Value
Type: System.Guid