AdminDeletePreEventArgs.DeletionComments プロパティ
削除される項目に関する情報を提供するテキストを取得します。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public ReadOnly Property DeletionComments As String
Get
'使用
Dim instance As AdminDeletePreEventArgs
Dim value As String
value = instance.DeletionComments
public string DeletionComments { get; }