TimesheetLineClassDataSet.LineClassesRow.IsTS_LINE_CLASS_ALWAYS_DISPLAYNull Method
Determines whether the TS_LINE_CLASS_ALWAYS_DISPLAY property is set to a null reference (Nothing in Visual Basic).
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
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