LookupTableDataSet.LookupTablesRow.IsLT_CHECKOUTDATENull-Methode
Bestimmt, ob die LT_CHECKOUTDATE -Eigenschaft auf einen Wert ein Nullverweis (Nothing in Visual Basic) festgelegt ist.
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()
Rückgabewert
Typ: System.Boolean
True Falls die Eigenschaft null ist; andernfalls False.
Siehe auch
Referenz
LookupTableDataSet.LookupTablesRow Klasse