DraftProjectResource.DefaultAssignmentOwner property

Gets or sets the default assignment owner.

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

Syntax

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

value = instance.DefaultAssignmentOwner

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

Property value

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

See also

Reference

DraftProjectResource class

DraftProjectResource members

Microsoft.ProjectServer.Client namespace