TimesheetLineClassDataSet.LineClassesRow.IsTS_LINE_CLASS_NEED_APPROVALNull Method
Determines whether the TS_LINE_CLASS_NEED_APPROVAL property is set to a null value.
Namespace: WebSvcAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsTS_LINE_CLASS_NEED_APPROVALNull As Boolean
'Usage
Dim instance As TimesheetLineClassDataSet.LineClassesRow
Dim returnValue As Boolean
returnValue = instance.IsTS_LINE_CLASS_NEED_APPROVALNull()
public bool IsTS_LINE_CLASS_NEED_APPROVALNull()
Return Value
Type: System.Boolean
See Also
Reference
TimesheetLineClassDataSet.LineClassesRow Class