Share via


TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_DESC property

Gets or sets the description for the specified timesheet line class.

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

Syntax

'Declaration
Public Property TS_LINE_CLASS_DESC As String
    Get
    Set
'Usage
Dim instance As TimesheetLineClassDataSet.LineClassesRow
Dim value As String

value = instance.TS_LINE_CLASS_DESC

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

Property value

Type: System.String
The line class description.

See also

Reference

TimesheetLineClassDataSet.LineClassesRow class

TimesheetLineClassDataSet.LineClassesRow members

WebSvcAdmin namespace