StatusingAssignmentsDataSet.AssignmentsRow.WASSN_ACTUALS_PENDING propriedade
Indica se os dados efetivos de atribuição estão pendentes e em caso afirmativo, se terem sido aceitas ou rejeitadas pelo gerente.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property WASSN_ACTUALS_PENDING As Byte
Get
Set
'Uso
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Byte
value = instance.WASSN_ACTUALS_PENDING
instance.WASSN_ACTUALS_PENDING = value
public byte WASSN_ACTUALS_PENDING { get; set; }
Valor de propriedade
Tipo: System.Byte
Os valores possíveis são: 0 não = nenhum dados efetivos pendentes; 1 = aprovados pelo gerente; 2 = rejeitada pelo gerente.
Comentários
A propriedade WASSN_ACTUALS_PENDING mostra o valor atual no StatusingAssignmentsDataSet, não do StatusingDataSet.
Ver também
Referência
StatusingAssignmentsDataSet.AssignmentsRow classe