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