EventHandlersDataSet.EventHandlersRow.IsCancelOnErrorNull method
Determines whether the CancelOnError property is a null value.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsCancelOnErrorNull As Boolean
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim returnValue As Boolean
returnValue = instance.IsCancelOnErrorNull()
public bool IsCancelOnErrorNull()
Return value
Type: System.Boolean
True if CancelOnError is null; otherwise, False.
See also
Reference
EventHandlersDataSet.EventHandlersRow class