Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 TimesheetDataSet.HeadersRow
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
TimesheetDataSet.HeadersRow class