TimesheetLineClassDataSet.LineClassesRow.IsTS_LINE_CLASS_NAMENull Method
Determines whether the TS_LINE_CLASS_NAME 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_NAMENull As Boolean
'Usage
Dim instance As TimesheetLineClassDataSet.LineClassesRow
Dim returnValue As Boolean
returnValue = instance.IsTS_LINE_CLASS_NAMENull()
public bool IsTS_LINE_CLASS_NAMENull()
Return Value
Type: System.Boolean
See Also
Reference
TimesheetLineClassDataSet.LineClassesRow Class