EnterpriseResource.DefaultAssignmentOwner property

Gets the default name that is entered into the Assignment Owner field when an enterprise resource is assigned to a task.

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 EnterpriseResource
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 name.

See also

Reference

EnterpriseResource class

EnterpriseResource members

Microsoft.ProjectServer.Client namespace