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