DeleteOpenInstancesRequest.StateOfPastInstances Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.