EventHandlersDataSet.EventHandlersRow.ClassName Property

The fully qualified name of the class in the assembly that implements the event handler.

Namespace:  WebSvcEvents
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

See Also

Reference

EventHandlersDataSet.EventHandlersRow Class

EventHandlersDataSet.EventHandlersRow Members

WebSvcEvents Namespace