ProjectDataSet.ProjectRow.IsWPROJ_LAST_PUBNull-Methode
Bestimmt, ob die WPROJ_LAST_PUB -Eigenschaft auf einen null-Wert festgelegt ist.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsWPROJ_LAST_PUBNull As Boolean
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsWPROJ_LAST_PUBNull()
public bool IsWPROJ_LAST_PUBNull()
Rückgabewert
Typ: System.Boolean
True Wenn WPROJ_LAST_PUBein Nullverweis (Nothing in Visual Basic)ist.
Siehe auch
Referenz
ProjectDataSet.ProjectRow Klasse