PublishedProject.Owner property
Gets the owner of the project.
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 PublishedProject
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.