TimePeriodDataSet.TimePeriodsRow.WPRD_UID property
Specifies the unique identifier for the work period.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WPRD_UID As Guid
Get
Set
'Usage
Dim instance As TimePeriodDataSet.TimePeriodsRow
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
TimePeriodDataSet.TimePeriodsRow class