TimesheetDataSet.LinesRow.SetTASK_UIDNull Method
Sets the TASK_UID property to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Sub SetTASK_UIDNull
'Usage
Dim instance As TimesheetDataSet.LinesRow
instance.SetTASK_UIDNull()
public void SetTASK_UIDNull()
See Also
Reference
TimesheetDataSet.LinesRow Class