AdminDeletePostEventArgs.DeletionComments-Eigenschaft
Ruft Text, die Informationen über Elemente, die gelöscht wurden.
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; }
Eigenschaftswert
Typ: System.String
Siehe auch
Referenz
AdminDeletePostEventArgs Klasse