EventHandler.AssemblyName property
取得或設定與事件處理常式相關聯的組件名稱。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property AssemblyName As String
Get
Set
'用途
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
組件的名稱。