Item |
Scroll |
Gets the TheDocumentHistoryEntry item with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Default Property Item ( _ nIndex As Integer _ C# public virtual ITheDocumentHistoryEntry this [int nIndex] { get; set;}
Parameters nIndex Zero-based index in the condition list.
Property Value The TheDocumentHistoryEntry item with the specified nIndex. |
|