CalendarExceptionCollection.GetById method

Gets a calendar exception from the collection of exceptions with the specified object identifier.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function GetById ( _
    id As Integer _
) As CalendarException
'Usage
Dim instance As CalendarExceptionCollection
Dim id As Integer
Dim returnValue As CalendarException

returnValue = instance.GetById(id)
[RemoteAttribute]
public CalendarException GetById(
    int id
)

Parameters

  • id
    Type: System.Int32

    A calendar exception integer identifier.

Return value

Type: Microsoft.ProjectServer.Client.CalendarException
A CalendarException object.

See also

Reference

CalendarExceptionCollection class

CalendarExceptionCollection members

Microsoft.ProjectServer.Client namespace