Share via


ProjectDataSet.ProjectRow.ProjectOwnerID property

Specifies the unique identifier of the Project Server user who created the project.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ProjectOwnerID As Guid
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Guid

value = instance.ProjectOwnerID

instance.ProjectOwnerID = value
public Guid ProjectOwnerID { get; set; }

Property value

Type: System.Guid
Project owner GUID.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace