EventHandlersDataSet.EventHandlersRow.ClassName Property
Gets or sets the fully qualified name of the class in the assembly that implements the event handler.
Namespace: [Events Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Events.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Events.asmx?wsdl
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
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