Share via


ResourceDeletePreEventArgs.DeletionComment property

Gets the text that provides information about the deletion of a resource.

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 DeletionComment As String
    Get
'Usage
Dim instance As ResourceDeletePreEventArgs
Dim value As String

value = instance.DeletionComment
public string DeletionComment { get; }

Property value

Type: System.String

See also

Reference

ResourceDeletePreEventArgs class

ResourceDeletePreEventArgs members

Microsoft.Office.Project.Server.Events namespace