共用方式為


EventHandlerCreationInformation.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 EventHandlerCreationInformation
Dim value As String

value = instance.ClassName

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

Property value

Type: System.String
類別名稱。

請參閱

參照

EventHandlerCreationInformation class

EventHandlerCreationInformation members

Microsoft.ProjectServer.Client namespace