del método EventCollection.GetByInt
Obtiene un evento de la colección con el identificador de entero especificado.
Espacio de nombres: Microsoft.ProjectServer.Client
Ensamblado: Microsoft.ProjectServer.Client (en Microsoft.ProjectServer.Client.dll)
Sintaxis
'Declaración
<RemoteAttribute> _
Public Function GetByInt ( _
id As Integer _
) As Event
'Uso
Dim instance As EventCollection
Dim id As Integer
Dim returnValue As Event
returnValue = instance.GetByInt(id)
[RemoteAttribute]
public Event GetByInt(
int id
)
Parámetros
id
Tipo: System.Int32Un identificador entero.
Valor devuelto
Tipo: Microsoft.ProjectServer.Client.Event
Un objeto Event .