TimesheetManagersDataSet.TimesheetManagersRow.IsRES_NAMENull-Methode
Ruft einen Wert, der angibt, ob die RES_NAME -Eigenschaft null ist.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsRES_NAMENull As Boolean
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersRow
Dim returnValue As Boolean
returnValue = instance.IsRES_NAMENull()
public bool IsRES_NAMENull()
Rückgabewert
Typ: System.Boolean
True Falls die Eigenschaft null ist; andernfalls False.
Siehe auch
Referenz
TimesheetManagersDataSet.TimesheetManagersRow Klasse