Share via


ImportTimesheetDataSet.LinesRow.TS_LINE_CLASS_NAME property

Gets or sets the name of the class of the timesheet line.

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

Syntax

'Declaration
Public Property TS_LINE_CLASS_NAME As String
    Get
    Set
'Usage
Dim instance As ImportTimesheetDataSet.LinesRow
Dim value As String

value = instance.TS_LINE_CLASS_NAME

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

Property value

Type: System.String

Remarks

If the server is configured to import only standard timesheet lines, this will always be Standard.

See also

Reference

ImportTimesheetDataSet.LinesRow class

ImportTimesheetDataSet.LinesRow members

WebSvcStatusing namespace