ProjectDataSet.DependencyRow.IsLINK_TYPENull method
Determina se a propriedade LINK_TYPE está definida como um valor nulo.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'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
Type: System.Boolean
Ver também
Referência
ProjectDataSet.DependencyRow class