TimesheetDataSet.AuditsRow.LinesRow Property
Returns the TimesheetDataSet.LinesRow object to which this audit applies.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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