EventHandlersDataSet.EventHandlersRow.IsOrderNull Method
Determines whether the Order property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcEvents
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
See Also
Reference
EventHandlersDataSet.EventHandlersRow Class