Share via


IPjMembershipUser.UserName property

NOTE: This API is now obsolete.

Gets the user name.

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 UserName As String
    Get
'Usage
Dim instance As IPjMembershipUser
Dim value As String

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

Property value

Type: System.String
The name of the user.

See also

Reference

IPjMembershipUser interface

IPjMembershipUser members

Microsoft.Office.Project.Server.Library namespace