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