다음을 통해 공유


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

value = instance.Owner

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

Property value

Type: Microsoft.SharePoint.Client.User

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace