Share via


DraftProject.Owner property

Gets or sets the project owner.

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 DraftProject
Dim value As User

value = instance.Owner

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

Property value

Type: Microsoft.SharePoint.Client.User
The project owner.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace