JAMS 6.x Help
RevisionHistory Property (Setup)


Get the revision history of a JAMS Setup
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute()>
<System.Xml.Serialization.XmlIgnoreAttribute()>
<CompareOptionsAttribute(True)>
Public ReadOnly Property RevisionHistory As System.Collections.Generic.ICollection(Of SetupAT)
'Usage
 
Dim instance As Setup
Dim value As System.Collections.Generic.ICollection(Of SetupAT)
 
value = instance.RevisionHistory
[System.ComponentModel.Category()]
[System.Xml.Serialization.XmlIgnore()]
[CompareOptions(true)]
public System.Collections.Generic.ICollection<SetupAT> RevisionHistory {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

Setup Class
Setup Members