Share via


StatusingDataSet.ProjectsRow.WRES_UID property

Gets the GUID of the work resource.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WRES_UID As Guid
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Guid

value = instance.WRES_UID

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

Property value

Type: System.Guid
The work resource GUID.

See also

Reference

StatusingDataSet.ProjectsRow class

StatusingDataSet.ProjectsRow members

WebSvcStatusing namespace