de la propiedad ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow.TS_LINE_CACHED_PROJ_REVISION_RANK
Representa la fila de la revisión de la fuente de proyecto que se identifica mediante la propiedad PROJ_UID .
Espacio de nombres: WebSvcTimeSheet
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property TS_LINE_CACHED_PROJ_REVISION_RANK As String
Get
Set
'Uso
Dim instance As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow
Dim value As String
value = instance.TS_LINE_CACHED_PROJ_REVISION_RANK
instance.TS_LINE_CACHED_PROJ_REVISION_RANK = value
public string TS_LINE_CACHED_PROJ_REVISION_RANK { get; set; }
Valor de propiedad
Tipo: System.String
Comentarios
Se trata de una columna de conversión para TS_LINE_CACHED_PROJ_REVISION_COUNTER. Cuando Counter alcanza su valor máximo, vuelve a 0y Rank se incrementa.
Vea también
Referencia
clase ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow
Miembros ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow