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: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
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