DraftProject.Owner property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property Owner As User
Get
Set
'Usage
Dim instance As DraftProject
Dim value As User
value = instance.Owner
instance.Owner = value
public User Owner { get; set; }
Property value
Type: Microsoft.SharePoint.Client.User