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