DriverDataSet.DriverImpactStatementsRow.IsDESCRIPTIONNull-Methode
Bestimmt, ob die DESCRIPTION -Eigenschaft ein Nullverweis (Nothing in Visual Basic)ist.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsDESCRIPTIONNull As Boolean
'Usage
Dim instance As DriverDataSet.DriverImpactStatementsRow
Dim returnValue As Boolean
returnValue = instance.IsDESCRIPTIONNull()
public bool IsDESCRIPTIONNull()
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
DriverDataSet.DriverImpactStatementsRow Klasse