Collections typically includes a minimum set of methods and properties. Each Search collection interface object supports at least these methods and properties:
Method | Description |
Add(Name)1 | Creates a new instance, Name, of the interface object. |
Remove(Name)1 | Removes an existing interface object, Name. |
Property | Description |
Count | The number of interface objects. |
Item(Name) | Accesses a specific interface object, Name. |
1 Neither the IGatherLogs interface object nor the IProtocols interface object contains these methods.