Share via


StatusDeleteHistoryPostEventArgs.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 StatusDeleteHistoryPostEventArgs
Dim value As Guid()

value = instance.TransactionIDs
public Guid[] TransactionIDs { get; }

Property Value

Type: []

See Also

Reference

StatusDeleteHistoryPostEventArgs Class

StatusDeleteHistoryPostEventArgs Members

Microsoft.Office.Project.Server.Events Namespace