CalendarExceptionCollection.GetById method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
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)
public CalendarException GetById(
int id
)
Parameters
- id
Type: System.Int32
Return value
Type: Microsoft.ProjectServer.Client.CalendarException
See also
Reference
CalendarExceptionCollection class