ProjectRelationsDataSet.ProjectRelationsRow.ProjectUID Property
Specifies the unique identifier of the specified project.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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