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