TimesheetDataSet.AuditsRow.LinesRow property
Returns the TimesheetDataSet.LinesRow object to which this audit applies.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LinesRow As TimesheetDataSet.LinesRow
Get
Set
'Usage
Dim instance As TimesheetDataSet.AuditsRow
Dim value As TimesheetDataSet.LinesRow
value = instance.LinesRow
instance.LinesRow = value
public TimesheetDataSet.LinesRow LinesRow { get; set; }
Property value
Type: WebSvcTimeSheet.TimesheetDataSet.LinesRow
See also
Reference
TimesheetDataSet.AuditsRow class