ProjectDataSet.ProjectRow.ProjectOwnerID property
Specifies the GUID of the Project Server user who created the project.
Namespace: WebSvcProject
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
See also
Reference
ProjectDataSet.ProjectRow class