Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies an assignment or task entity.
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 ENTITY_TYPE As Integer
Get
Set
'Usage
Dim instance As TimesheetDataSet.StatusingChangeLogRow
Dim value As Integer
value = instance.ENTITY_TYPE
instance.ENTITY_TYPE = value
public int ENTITY_TYPE { get; set; }
Property Value
Type: System.Int32
Remarks
The ENTITY_TYPE values can be the following enumeration constants: Assignment and Task.
See Also
Reference
TimesheetDataSet.StatusingChangeLogRow Class