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