EventHandlersDataSet.EventHandlersRow.ClassName property
Gets or sets the fully qualified name of the class in the assembly that implements the event handler.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ClassName As String
Get
Set
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim value As String
value = instance.ClassName
instance.ClassName = value
public string ClassName { get; set; }
Property value
Type: System.String
The class name.
Remarks
For example, if the namespace in an event handler assembly is TestEventHandlers.ProjectEventHandlers and the class name of an event handler is TestProjectPublished, the fully qualified name is TestEventHandlers.ProjectEventHandlers.TestProjectPublished.
See also
Reference
EventHandlersDataSet.EventHandlersRow class