EventHandlersDataSet.EventHandlersRow.IsDescriptionNull method
Determines whether the Description property is a null value.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.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
True if Description is null; otherwise, False.
See also
Reference
EventHandlersDataSet.EventHandlersRow class