ProjectDataSet.DependencyRow.IsLINK_LAG_FMTNull-Methode
Bestimmt, ob die LINK_LAG_FMT -Eigenschaft auf einen Wert ein Nullverweis (Nothing in Visual Basic) festgelegt ist.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsLINK_LAG_FMTNull As Boolean
'Usage
Dim instance As ProjectDataSet.DependencyRow
Dim returnValue As Boolean
returnValue = instance.IsLINK_LAG_FMTNull()
public bool IsLINK_LAG_FMTNull()
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
ProjectDataSet.DependencyRow Klasse