Share via


TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_NAME property

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

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

Syntax

'Declaration
Public Property TS_LINE_CLASS_NAME As String
    Get
    Set
'Usage
Dim instance As TimesheetLineClassDataSet.LineClassesRow
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
The line class name.

See also

Reference

TimesheetLineClassDataSet.LineClassesRow class

TimesheetLineClassDataSet.LineClassesRow members

WebSvcAdmin namespace