AdminDeletePreEventArgs.DeletionComments property
Gets text that provides information about items to be 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 AdminDeletePreEventArgs
Dim value As String
value = instance.DeletionComments
public string DeletionComments { get; }
Property value
Type: System.String