CalendarException.Id property
Gets or sets the object identifier as an index into the collection of calendar exceptions.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Id As Integer
Get
Set
'Usage
Dim instance As CalendarException
Dim value As Integer
value = instance.Id
instance.Id = value
[RemoteAttribute]
public int Id { get; set; }
Property value
Type: System.Int32
An integer index value.