CalendarException.Id property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property Id As Integer
Get
Set
'Usage
Dim instance As CalendarException
Dim value As Integer
value = instance.Id
instance.Id = value
public int Id { get; set; }
Property value
Type: System.Int32