Freigeben über


EventCollection.GetByInt-Methode

Ruft ein Ereignis mit der angegebenen ganzzahligen ID aus der Auflistung ab.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function GetByInt ( _
    id As Integer _
) As Event
'Usage
Dim instance As EventCollection
Dim id As Integer
Dim returnValue As Event

returnValue = instance.GetByInt(id)
[RemoteAttribute]
public Event GetByInt(
    int id
)

Parameter

Rückgabewert

Typ: Microsoft.ProjectServer.Client.Event
Ein Event -Objekt.

Siehe auch

Referenz

EventCollection Klasse

EventCollection-Member

Microsoft.ProjectServer.Client-Namespace