TimesheetDataSet.StatusingChangeLogRow.ENTITY_TYPE property

Specifies an assignment or task entity.

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

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

TimesheetDataSet.StatusingChangeLogRow members

WebSvcTimeSheet namespace