StatusingDataSet.AssignmentsRow.IsAB_BASE_COSTNull-Methode
Bestimmt, ob die AB_BASE_COST -Eigenschaft auf einen Wert ein Nullverweis (Nothing in Visual Basic) festgelegt ist.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsAB_BASE_COSTNull As Boolean
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim returnValue As Boolean
returnValue = instance.IsAB_BASE_COSTNull()
public bool IsAB_BASE_COSTNull()
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
StatusingDataSet.AssignmentsRow Klasse