ProjectDataSet.TaskRow.IsTaskCVPNull-Methode
Bestimmt, ob die TaskCVP -Eigenschaft auf einen Wert ein Nullverweis (Nothing in Visual Basic) festgelegt ist.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsTaskCVPNull As Boolean
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim returnValue As Boolean
returnValue = instance.IsTaskCVPNull()
public bool IsTaskCVPNull()
Rückgabewert
Typ: System.Boolean