EventHandlerCreationInformation.ClassName 属性

获取或设置与该事件处理程序相关联的类的名称。

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<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; }

属性值

类型:System.String
一个类的名称。

另请参阅

引用

EventHandlerCreationInformation 类

EventHandlerCreationInformation 成员

Microsoft.ProjectServer.Client 命名空间