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