EventHandlersDataSet.EventHandlersRow.AssemblyName property
Gets or sets the full name of the assembly that implements the event handler.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.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
The assembly name.
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