TimeSheetLine.ValidationType property
Gets the timesheet validation type.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property ValidationType As TimeSheetValidationType
Get
'Usage
Dim instance As TimeSheetLine
Dim value As TimeSheetValidationType
value = instance.ValidationType
[RemoteAttribute]
public TimeSheetValidationType ValidationType { get; }
Property value
Type: Microsoft.ProjectServer.Client.TimeSheetValidationType
An enumerated value that represents the validation type of the timesheet line.
Remarks
An example of a timesheet line validation type is Verified.