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