Compartilhar via


DeleteOpenInstancesRequest.StateOfPastInstances Property

Definition

Gets or sets the value to be used to set the status of appointment instances that have already passed. Required.

public:
 property int StateOfPastInstances { int get(); void set(int value); };
public int StateOfPastInstances { get; set; }
member this.StateOfPastInstances : int with get, set
Public Property StateOfPastInstances As Integer

Property Value

The value to be used to set the status of appointment instances that have already passed.

Remarks

The value should be one of the option set values for the RecurringAppointmentMaster.StateCode column. For more information, see the table definition. You can use a table definition browser like the one described in Browse table definitions in your environment.

Applies to