ProjectDataSet.AssignmentRow.RES_UID Property

Specifies the unique identifier of the resource associated with this assignment.

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

Syntax

'Declaration
Public Property RES_UID As Guid
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Guid

value = instance.RES_UID

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

Property Value

Type: System.Guid

Remarks

RES_UID is a foreign key to the ProjectDataSet.ProjectResourceRow object.

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace