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