AdminDeletePostEventArgs.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 AdminDeletePostEventArgs
Dim value As String
value = instance.DeletionComments
public string DeletionComments { get; }