ReportingPostTimesheetStatusChangedEventArgs.TimesheetStatus プロパティ
現在のタイムシートの状態を表す列挙値を取得します。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public ReadOnly Property TimesheetStatus As TimesheetEnum.Status
Get
'使用
Dim instance As ReportingPostTimesheetStatusChangedEventArgs
Dim value As TimesheetEnum.Status
value = instance.TimesheetStatus
public TimesheetEnum.Status TimesheetStatus { get; }
プロパティ値
型: Microsoft.Office.Project.Server.Library.TimesheetEnum.Status
関連項目
参照先
ReportingPostTimesheetStatusChangedEventArgs クラス