Share via


TimesheetDataSet.HeadersRow.TS_IS_CONTROLLED_BY_OWNER property

Gets or sets the Boolean value that specifies whether the timesheet is controlled by the owner.

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

Syntax

'Declaration
Public Property TS_IS_CONTROLLED_BY_OWNER As Boolean
    Get
    Set
'Usage
Dim instance As TimesheetDataSet.HeadersRow
Dim value As Boolean

value = instance.TS_IS_CONTROLLED_BY_OWNER

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

Property value

Type: System.Boolean

See also

Reference

TimesheetDataSet.HeadersRow class

TimesheetDataSet.HeadersRow members

WebSvcTimeSheet namespace