CustomField Constructors
Represents a custom field that may contain additional arbitrary information for an appointment or resource.| Name | Parameters | Description |
|---|---|---|
| CustomField(String, Object) | name, val | Initializes a new instance of the CustomField class with the default settings. |
See Also