de la propiedad TimesheetDataSet.LinesRow.TS_LINE_CACHED_PROJ_REVISION_RANK
Representa la fila de la revisión del proyecto de origen identificado por 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 TimesheetDataSet.LinesRow
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
Rank es una columna de conversión para TS_LINE_CACHED_PROJ_REVISION_COUNTER. Cuando el contador alcanza el valor máximo, vuelve a 0y se incrementa el rango.
Vea también
Referencia
clase TimesheetDataSet.LinesRow