Share via


TimesheetListDataSet.TimesheetsRow.WPRD_NAME property

Specifies the name for the reporting time period.

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

Syntax

'Declaration
Public Property WPRD_NAME As String
    Get
    Set
'Usage
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim value As String

value = instance.WPRD_NAME

instance.WPRD_NAME = value
public string WPRD_NAME { get; set; }

Property value

Type: System.String

See also

Reference

TimesheetListDataSet.TimesheetsRow class

TimesheetListDataSet.TimesheetsRow members

WebSvcTimeSheet namespace