StatusDeleteHistoryPostEventArgs.TransactionIDs Property
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