LookupTableDataSet.LookupTablesRow.IsLT_CHECKOUTDATENull method
Determines whether the LT_CHECKOUTDATE property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsLT_CHECKOUTDATENull As Boolean
'Usage
Dim instance As LookupTableDataSet.LookupTablesRow
Dim returnValue As Boolean
returnValue = instance.IsLT_CHECKOUTDATENull()
public bool IsLT_CHECKOUTDATENull()
Return value
Type: System.Boolean
True if the property is null; otherwise, False.
See also
Reference
LookupTableDataSet.LookupTablesRow class