AdminDeletePostEventArgs.DeletionComments Property
Gets text that provides information about items that have been deleted.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property DeletionComments As String
Get
'Usage
Dim instance As AdminDeletePostEventArgs
Dim value As String
value = instance.DeletionComments
public string DeletionComments { get; }
Property Value
Type: System.String
See Also
Reference
AdminDeletePostEventArgs Class