Compartilhar via


ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow.TS_LINE_CACHED_PROJ_REVISION_RANK propriedade

Representa a posição da revisão da fonte de projeto que é identificado pela propriedade PROJ_UID .

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (em ProjectServerServices.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String

Comentários

Esta é uma coluna de sobreposição para TS_LINE_CACHED_PROJ_REVISION_COUNTER. Quando Counter atinge seu valor máximo, ele passará para 0, e Rank é incrementado.

Ver também

Referência

ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow classe

ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow membros

WebSvcTimeSheet namespace