DependencyCollection.Item Property
This property returns a specific Dependency object from the collection.
Syntax (C#)
public HotDocs.Server.Dependency this[int index] { get; set; }
Parameters | Description |
index | The index number of the dependency to retrieve. |