Share via


TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_ORGANIZATION property

Gets or sets the name of the organization associated with the specified timesheet line class.

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

Syntax

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

value = instance.TS_LINE_CLASS_ORGANIZATION

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

Property value

Type: System.String
The name of an organization.

See also

Reference

TimesheetLineClassDataSet.LineClassesRow class

TimesheetLineClassDataSet.LineClassesRow members

WebSvcAdmin namespace