TimesheetDataSet.AuditsRow.TS_ACT_AUD_IS_PROCESSED Property
Indicates whether this audit has been processed.
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_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