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