次の方法で共有


EventCollection.GetByInt method

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

Syntax

'Declaration
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)
public Event GetByInt(
    int id
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.Event

See also

Reference

EventCollection class

EventCollection members

Microsoft.ProjectServer.Client namespace