ProjectRelationsDataSet.ProjectRelationsRow.ProjectUID property
Specifies the unique ID of the specified project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ProjectUID As Guid
Get
Set
'Usage
Dim instance As ProjectRelationsDataSet.ProjectRelationsRow
Dim value As Guid
value = instance.ProjectUID
instance.ProjectUID = value
public Guid ProjectUID { get; set; }
Property value
Type: System.Guid
See also
Reference
ProjectRelationsDataSet.ProjectRelationsRow class