de la propiedad StatusingDataSet.AssignmentsRow.WASSN_UPDATE_TRACKING_MODE
Indica el método actualizado que se utiliza para realizar un seguimiento de proyectos.
Espacio de nombres: WebSvcStatusing
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property WASSN_UPDATE_TRACKING_MODE As Integer
Get
Set
'Uso
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Integer
value = instance.WASSN_UPDATE_TRACKING_MODE
instance.WASSN_UPDATE_TRACKING_MODE = value
public int WASSN_UPDATE_TRACKING_MODE { get; set; }
Valor de propiedad
Tipo: System.Int32
Comentarios
Toma los siguientes valores:
Valor (Value) |
Significado |
---|---|
0 |
Ninguno (valor predeterminado). |
1 |
Datos reales de fase temporal. |
2 |
Seguimiento del porcentaje completado. |
3 |
Seguimiento del trabajo real total y trabajo restante. |
Vea también
Referencia
clase StatusingDataSet.AssignmentsRow