EventHandlersDataSet.EventHandlersRow.AssemblyName Property
The name of the assembly that implements the event handler.
Namespace: WebSvcEvents
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property AssemblyName As String
Get
Set
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim value As String
value = instance.AssemblyName
instance.AssemblyName = value
public string AssemblyName { get; set; }
Property Value
Type: System.String
See Also
Reference
EventHandlersDataSet.EventHandlersRow Class