EventHandler.AssemblyName property
Gets or sets the name of the assembly that is associated with the event handler.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property AssemblyName As String
Get
Set
'Usage
Dim instance As EventHandler
Dim value As String
value = instance.AssemblyName
instance.AssemblyName = value
[RemoteAttribute]
public string AssemblyName { get; set; }
Property value
Type: System.String
The name of the assembly.