RequiredResource Class
Specifies a resource that is required for a scheduling operation.
The RequiredResource class exposes the following members.
Constructor | Description |
RequiredResource | Initializes a new instance of the RequiredResource class. |
Field | Description |
ResourceId | Specifies the ID of the required resource. |
ResourceSpecId | Specifies the ID of the required resource specification. |
Remarks
This class is used in the AppointmentRequest class.
See Also