Share via


DriverDataSet.DriverRow.CREATED_BY_RES_UID property

The unique identifier of the resource or user that created the specified driver information.

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

Syntax

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

value = instance.CREATED_BY_RES_UID

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

Property value

Type: System.Guid

See also

Reference

DriverDataSet.DriverRow class

DriverDataSet.DriverRow members

WebSvcDriver namespace