ProjectDataSet.ProjectRow.IsOPTIMIZER_DECISIONNull método
Determina se a propriedade OPTIMIZER_DECISION está definida como um valor de uma referência nula (Nothing no Visual Basic) .
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function IsOPTIMIZER_DECISIONNull As Boolean
'Uso
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsOPTIMIZER_DECISIONNull()
public bool IsOPTIMIZER_DECISIONNull()
Valor retornado
Tipo: System.Boolean
True se a propriedade tiver um valor nulo.
Ver também
Referência
ProjectDataSet.ProjectRow classe