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