TimesheetLinePreApproveEventArgs.Approved Property
Gets a Boolean value that indicates whether the new line class status is approved.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Property Approved As Boolean
Get
Set
'Usage
Dim instance As TimesheetLinePreApproveEventArgs
Dim value As Boolean
value = instance.Approved
instance.Approved = value
public bool Approved { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
TimesheetLinePreApproveEventArgs Class