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