JAMS Developer Guide
Entries Property


MVPSI.JAMS Namespace > ValidationLog Class : Entries Property
A collection of validation entries that document the steps taken to validate a JAMS object.
Syntax
'Declaration
 
Public ReadOnly Property Entries As System.Collections.Generic.ICollection(Of ValidationLog.Entry)
'Usage
 
Dim instance As ValidationLog
Dim value As System.Collections.Generic.ICollection(Of ValidationLog.Entry)
 
value = instance.Entries
public System.Collections.Generic.ICollection<ValidationLog.Entry> Entries {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

ValidationLog Class
ValidationLog Members