TimesheetDataSet.AuditsRow.TS_ACT_AUD_IS_PROCESSED Property
Indicates whether this audit has been processed.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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