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