EventHandlersDataSet.EventHandlersRow.IsDescriptionNull Method
Determines whether the Description property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcEvents
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsDescriptionNull As Boolean
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim returnValue As Boolean
returnValue = instance.IsDescriptionNull()
public bool IsDescriptionNull()
Return Value
Type: System.Boolean
See Also
Reference
EventHandlersDataSet.EventHandlersRow Class