Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.