ProjectDataSet.TaskRow.IsAddPositionNull-Methode
Bestimmt, ob die AddPosition -Eigenschaft auf einen null-Wert festgelegt ist.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsAddPositionNull As Boolean
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim returnValue As Boolean
returnValue = instance.IsAddPositionNull()
public bool IsAddPositionNull()
Rückgabewert
Typ: System.Boolean