EventHandlerCreationInformation.Id property
取得或設定事件處理常式的 GUID。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property Id As Guid
Get
Set
'用途
Dim instance As EventHandlerCreationInformation
Dim value As Guid
value = instance.Id
instance.Id = value
[RemoteAttribute]
public Guid Id { get; set; }
Property value
Type: System.Guid
事件處理常式的 GUID。
請參閱
參照
EventHandlerCreationInformation class