次の方法で共有


EventHandlersDataSet.EventHandlersRow.EventId Property

Gets or sets the identifier of the event that is dispatched by the event handler.

Namespace:  [Events Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Events.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Events.asmx?wsdl

Syntax

'Declaration
Public Property EventId As Integer
    Get
    Set
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim value As Integer

value = instance.EventId

instance.EventId = value
public int EventId { get; set; }

Property Value

Type: System.Int32

Remarks

The event identifier is one of the constants in the PSEventID enumeration.

See Also

Reference

EventHandlersDataSet.EventHandlersRow Class

EventHandlersDataSet.EventHandlersRow Members

Events Web Service