StatusingAssignmentsDataSet.AssignmentsRow.ASSN_ACT_FINISH propriedade
Especifica a data de término real da atribuição.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property ASSN_ACT_FINISH As DateTime
Get
Set
'Uso
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As DateTime
value = instance.ASSN_ACT_FINISH
instance.ASSN_ACT_FINISH = value
public DateTime ASSN_ACT_FINISH { get; set; }
Valor de propriedade
Tipo: System.DateTime
Ver também
Referência
StatusingAssignmentsDataSet.AssignmentsRow classe