ProjectContextDataSet.RelationshipsRow.RelatedTo_UID Property

Unique identifier of the related project.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

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

WebSvcProject Namespace