ProjectDataSet.DependencyRow.IsLINK_TYPENull método
Determina se a propriedade LINK_TYPE está definida como um valor de uma referência nula (Nothing no Visual Basic) .
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function IsLINK_TYPENull As Boolean
'Uso
Dim instance As ProjectDataSet.DependencyRow
Dim returnValue As Boolean
returnValue = instance.IsLINK_TYPENull()
public bool IsLINK_TYPENull()
Valor retornado
Tipo: System.Boolean
Ver também
Referência
ProjectDataSet.DependencyRow classe