Share via


ProjectContextDataSet.RelationshipsRow.RelatedTo_UID Property

Gets or sets the GUID of the related 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 RelatedTo_UID As Guid
    Get
    Set
'Usage
Dim instance As ProjectContextDataSet.RelationshipsRow
Dim value As Guid

value = instance.RelatedTo_UID

instance.RelatedTo_UID = value
public Guid RelatedTo_UID { get; set; }

Property Value

Type: System.Guid

See Also

Reference

ProjectContextDataSet.RelationshipsRow Class

ProjectContextDataSet.RelationshipsRow Members

Project Web Service