StatusingDataSet.ProjectsRow.IsPROJ_DEF_CALNull-Methode
Bestimmt, ob die PROJ_DEF_CAL -Eigenschaft auf einen Wert ein Nullverweis (Nothing in Visual Basic) festgelegt ist.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsPROJ_DEF_CALNull As Boolean
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim returnValue As Boolean
returnValue = instance.IsPROJ_DEF_CALNull()
public bool IsPROJ_DEF_CALNull()
Rückgabewert
Typ: System.Boolean
True , wenn der Wert der Eigenschaft festgelegt ist, Null; andernfalls False.
Siehe auch
Referenz
StatusingDataSet.ProjectsRow Klasse