ResourceDeletePostEventArgs.DeletionComment Property
Gets the text that provides information about a deleted 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 ResourceDeletePostEventArgs
Dim value As String
value = instance.DeletionComment
public string DeletionComment { get; }
Property Value
Type: System.String
See Also
Reference
ResourceDeletePostEventArgs Class