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