ProjectRelationsDataSet.ProjectRelationsRow.ProjectUID Property
Specifies the unique ID of the specified project.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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