TimesheetPreSubmitEventArgs.Comment プロパティ
タイムシートの提出前にイベントを送信するコメントを取得します。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Property Comment As String
Get
Set
'使用
Dim instance As TimesheetPreSubmitEventArgs
Dim value As String
value = instance.Comment
instance.Comment = value
public string Comment { get; set; }
プロパティ値
関連項目
参照先
TimesheetPreSubmitEventArgs クラス