Share via


EventHandlersDataSet.EventHandlersRow.AssemblyName Property

Gets or sets the full name of 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 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

Remarks

The assembly name contains the complete strong name in the global assembly cache, for example:

AssemblyName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a26b5449ac4a4cf3

See Also

Reference

EventHandlersDataSet.EventHandlersRow Class

EventHandlersDataSet.EventHandlersRow Members

Events Web Service