DriverDataSet.DriverImpactStatementsRow.IsDESCRIPTIONNull method
Determina se a propriedade DESCRIPTION é a null reference (Nothing in Visual Basic).
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsDESCRIPTIONNull As Boolean
'Uso
Dim instance As DriverDataSet.DriverImpactStatementsRow
Dim returnValue As Boolean
returnValue = instance.IsDESCRIPTIONNull()
public bool IsDESCRIPTIONNull()
Valor retornado
Type: System.Boolean
Ver também
Referência
DriverDataSet.DriverImpactStatementsRow class