Share via


UnsubmittedTimesheetDataSet.TimePeriodsRow.TS_NAME Property

Returns the name of the timesheet associated with the specified time period.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

Syntax

'Declaration
Public Property TS_NAME As String
    Get
    Set
'Usage
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsRow
Dim value As String

value = instance.TS_NAME

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

Property Value

Type: System.String

See Also

Reference

UnsubmittedTimesheetDataSet.TimePeriodsRow Class

UnsubmittedTimesheetDataSet.TimePeriodsRow Members

Admin Web Service