Compartilhar via


ProjectDataSet.DependencyRow.LINK_LAG property

Especifica a quantidade de tempo de espera entre as tarefas nessa dependência.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Property LINK_LAG As Integer
    Get
    Set
'Uso
Dim instance As ProjectDataSet.DependencyRow
Dim value As Integer

value = instance.LINK_LAG

instance.LINK_LAG = value
public int LINK_LAG { get; set; }

Property value

Type: System.Int32

Comentários

Duração é indicada em décimos de um minuto. Por exemplo, um valor de 100 indica 10 minutos.

Ver também

Referência

ProjectDataSet.DependencyRow class

ProjectDataSet.DependencyRow members

WebSvcProject namespace