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