DraftAssignment.Owner property

Gets or sets the name of the user who is responsible for entering status for the current assignment.

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

Syntax

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

value = instance.Owner

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

Property value

Type: Microsoft.SharePoint.Client.User
An EnterpriseResource object that represents the owner of the assignment.

See also

Reference

DraftAssignment class

DraftAssignment members

Microsoft.ProjectServer.Client namespace