Share via


IPjMembershipUser.DelegateName property

NOTE: This API is now obsolete.

Gets the name of the delegate 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")> _
ReadOnly Property DelegateName As String
    Get
'Usage
Dim instance As IPjMembershipUser
Dim value As String

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

Property value

Type: System.String
The name of the delegate.

Remarks

A delegate user is one that is granted the access permissions of another user.

See also

Reference

IPjMembershipUser interface

IPjMembershipUser members

Microsoft.Office.Project.Server.Library namespace