CustomFieldCollection Properties
A collection of custom fields bound to objects contained in the Scheduler storage.| Name | Description |
|---|---|
| Count | Gets the number of elements contained in a collection. |
| IsUpdateLocked | Gets whether the collection has been locked for updating. |
| Item[Int32] | Provides indexed access to individual items in the collection. |
| Item[String] | Gets the value stored for the custom field specified by the custom field name. |
See Also