EventHandlerCreationInformation.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 EventHandlerCreationInformation
Dim value As String
value = instance.AssemblyName
instance.AssemblyName = value
[RemoteAttribute]
public string AssemblyName { get; set; }
Property value
Type: System.String
An assembly name.
See also
Reference
EventHandlerCreationInformation class