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