ImportTimesheetDataSet.LinesRow.ASSN_WORK propriedade
Obtém ou define a quantidade total de trabalho planejada de uma atribuição no status.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property ASSN_WORK As Double
Get
Set
'Uso
Dim instance As ImportTimesheetDataSet.LinesRow
Dim value As Double
value = instance.ASSN_WORK
instance.ASSN_WORK = value
public double ASSN_WORK { get; set; }
Valor de propriedade
Tipo: System.Double
Ver também
Referência
ImportTimesheetDataSet.LinesRow classe