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