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 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