Share via


DriverDataSet.DriverRow.LAST_UPDATED_BY_RES_UID property

The unique identifier of the resource or user that last modified the data in the specified row.

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

Syntax

'Declaration
Public Property LAST_UPDATED_BY_RES_UID As Guid
    Get
    Set
'Usage
Dim instance As DriverDataSet.DriverRow
Dim value As Guid

value = instance.LAST_UPDATED_BY_RES_UID

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

Property value

Type: System.Guid

See also

Reference

DriverDataSet.DriverRow class

DriverDataSet.DriverRow members

WebSvcDriver namespace