共用方式為


EventHandler.ClassName property

取得或設定與事件處理常式相關聯之類別的名稱。

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'宣告
<RemoteAttribute> _
Public Property ClassName As String
    Get
    Set
'用途
Dim instance As EventHandler
Dim value As String

value = instance.ClassName

instance.ClassName = value
[RemoteAttribute]
public string ClassName { get; set; }

Property value

Type: System.String
類別的名稱。

請參閱

參照

EventHandler class

EventHandler members

Microsoft.ProjectServer.Client namespace