Share via


TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_MULTILINE property

Gets or sets a Boolean value that indicates whether the line class includes multiple lines.

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

Syntax

'Declaration
Public Property TS_LINE_CLASS_MULTILINE As Boolean
    Get
    Set
'Usage
Dim instance As TimesheetLineClassDataSet.LineClassesRow
Dim value As Boolean

value = instance.TS_LINE_CLASS_MULTILINE

instance.TS_LINE_CLASS_MULTILINE = value
public bool TS_LINE_CLASS_MULTILINE { get; set; }

Property value

Type: System.Boolean
True if the line class is multiline; otherwise, False.

See also

Reference

TimesheetLineClassDataSet.LineClassesRow class

TimesheetLineClassDataSet.LineClassesRow members

WebSvcAdmin namespace