Share via


TimesheetListDataSet.TimesheetsRow.WPRD_UID property

Specifies the GUID for the reporting time period.

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

Syntax

'Declaration
Public Property WPRD_UID As Guid
    Get
    Set
'Usage
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim value As Guid

value = instance.WPRD_UID

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

Property value

Type: System.Guid

See also

Reference

TimesheetListDataSet.TimesheetsRow class

TimesheetListDataSet.TimesheetsRow members

WebSvcTimeSheet namespace