ReportingPostTimesheetClassChangedEventArgs.ClassType propriedade
Obtém o tipo da classe de linha de quadro de horários alterados.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public ReadOnly Property ClassType As TimesheetEnum.LineClassType
Get
'Uso
Dim instance As ReportingPostTimesheetClassChangedEventArgs
Dim value As TimesheetEnum.LineClassType
value = instance.ClassType
public TimesheetEnum.LineClassType ClassType { get; }
Valor de propriedade
Tipo: Microsoft.Office.Project.Server.Library.TimesheetEnum.LineClassType
Ver também
Referência
ReportingPostTimesheetClassChangedEventArgs classe