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