del método DriverDataSet.DriverRow.IsDRIVER_DESCRIPTIONNull
Determina si la propiedad DRIVER_DESCRIPTION se establece en un valor nulo.
Espacio de nombres: WebSvcDriver
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Function IsDRIVER_DESCRIPTIONNull As Boolean
'Uso
Dim instance As DriverDataSet.DriverRow
Dim returnValue As Boolean
returnValue = instance.IsDRIVER_DESCRIPTIONNull()
public bool IsDRIVER_DESCRIPTIONNull()
Valor devuelto
Tipo: System.Boolean