ProjectDataSet.DependencyRow.IsLINK_LAG_FMTNull method
Determina se a propriedade LINK_LAG_FMT está definida como um valor nulo.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsLINK_LAG_FMTNull As Boolean
'Uso
Dim instance As ProjectDataSet.DependencyRow
Dim returnValue As Boolean
returnValue = instance.IsLINK_LAG_FMTNull()
public bool IsLINK_LAG_FMTNull()
Valor retornado
Type: System.Boolean
Ver também
Referência
ProjectDataSet.DependencyRow class