ProjectDataSet.AssignmentCustomFieldsRow.IsINDICATOR_VALUENull method
Determina se a propriedade INDICATOR_VALUE está definida como um valor nulo.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsINDICATOR_VALUENull As Boolean
'Uso
Dim instance As ProjectDataSet.AssignmentCustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsINDICATOR_VALUENull()
public bool IsINDICATOR_VALUENull()
Valor retornado
Type: System.Boolean
Ver também
Referência
ProjectDataSet.AssignmentCustomFieldsRow class