JAMS Developer Guide
AuditTrail Property (Entry)


MVPSI.JAMS Namespace > Entry Class : AuditTrail Property
Gets a list of audit trail events for this entry.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property AuditTrail As System.Collections.Generic.List(Of EntryAuditTrail)
'Usage
 
Dim instance As Entry
Dim value As System.Collections.Generic.List(Of EntryAuditTrail)
 
value = instance.AuditTrail
[System.ComponentModel.Browsable(false)]
public System.Collections.Generic.List<EntryAuditTrail> AuditTrail {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Entry Class
Entry Members