ProjectDataSet.ProjectRow.ProjectOwnerID Property

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

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

WebSvcProject Namespace