EventHandlersDataSet.EventHandlersRow.SetOrderNull Method
Sets the Order property to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcEvents
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Sub SetOrderNull
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
instance.SetOrderNull()
public void SetOrderNull()
See Also
Reference
EventHandlersDataSet.EventHandlersRow Class