JAMS Developer Guide
RevisionHistory Property (Job)


MVPSI.JAMS Namespace > Job Class : RevisionHistory Property
Gets a list of Job version.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute()>
<CompareOptionsAttribute(True)>
Public ReadOnly Property RevisionHistory As System.Collections.Generic.ICollection(Of JobAT)
'Usage
 
Dim instance As Job
Dim value As System.Collections.Generic.ICollection(Of JobAT)
 
value = instance.RevisionHistory
[System.ComponentModel.Category()]
[CompareOptions(true)]
public System.Collections.Generic.ICollection<JobAT> 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

Job Class
Job Members