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