Share via


TimesheetDataSet.AuditsRow.TS_ACT_AUD_IS_PROCESSED property

Indicates whether this audit has been processed.

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

Syntax

'Declaration
Public Property TS_ACT_AUD_IS_PROCESSED As Boolean
    Get
    Set
'Usage
Dim instance As TimesheetDataSet.AuditsRow
Dim value As Boolean

value = instance.TS_ACT_AUD_IS_PROCESSED

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

Property value

Type: System.Boolean

See also

Reference

TimesheetDataSet.AuditsRow class

TimesheetDataSet.AuditsRow members

WebSvcTimeSheet namespace