ScheduleDefinition.GetField(ScheduleFieldId)
Method
Description:
Gets a field.
Gets a field.
Parameters
| Parameter | Type | Description |
|---|---|---|
| fieldId | ScheduleFieldId | The ID of the field. |
Return Value
| Type | Description |
|---|---|
| ScheduleField | The field. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | fieldId is not the ID of a field in this ScheduleDefinition. |
| ArgumentNullException | A non-optional argument was null |