Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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