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