Метод EventCollection.GetByInt
Возвращает событие из коллекции с указанным целочисленный идентификатор.
Пространство имен: Microsoft.ProjectServer.Client
Сборка: Microsoft.ProjectServer.Client (в Microsoft.ProjectServer.Client.dll)
Синтаксис
'Декларация
<RemoteAttribute> _
Public Function GetByInt ( _
id As Integer _
) As Event
'Применение
Dim instance As EventCollection
Dim id As Integer
Dim returnValue As Event
returnValue = instance.GetByInt(id)
[RemoteAttribute]
public Event GetByInt(
int id
)
Параметры
id
Тип: System.Int32Целочисленный идентификатор.
Возвращаемое значение
Тип: Microsoft.ProjectServer.Client.Event
Объект Event .