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