PublishedProjectResource.DefaultAssignmentOwner property

Gets the default assignment owner.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property DefaultAssignmentOwner As User
    Get
'Usage
Dim instance As PublishedProjectResource
Dim value As User

value = instance.DefaultAssignmentOwner
[RemoteAttribute]
public User DefaultAssignmentOwner { get; }

Property value

Type: Microsoft.SharePoint.Client.User
The default assignment owner.

See also

Reference

PublishedProjectResource class

PublishedProjectResource members

Microsoft.ProjectServer.Client namespace