StatusDeleteHistoryPreEventArgs.TransactionIDs Property
Gets a collection of the GUIDs that represent relevant database transactions, if any exist.
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 TransactionIDs As Guid()
Get
'Usage
Dim instance As StatusDeleteHistoryPreEventArgs
Dim value As Guid()
value = instance.TransactionIDs
public Guid[] TransactionIDs { get; }
Property Value
Type: []
See Also
Reference
StatusDeleteHistoryPreEventArgs Class