Version

RecurrenceBinding Property

Manages the set of data-binding properties related to the loading and updating of recurrence pattern information from a general purpose data provider.
Syntax
'Declaration
 
Public ReadOnly Property RecurrenceBinding As RecurrenceBinding
public RecurrenceBinding RecurrenceBinding {get;}
Remarks

The RecurrenceBinding object contains data-binding properties mapping to the Recurrence object in the WebSchedule object model. Each property maps one data member to a field or named column in your application's persistence model. By default, these bindings match the recommendations of the WebSchedule persistence model. You may adapt the WebSchedule to existing data stores as long as they are compatible with the schema of the WebSchedule persistence model, and provide the necessary scheduling activity information.

When referring to a database data provider, frequently the term data model is used in place of persistence model. The notion of a persistence model is used here instead, because a data provider may be more general than a relational database (for example, comma-separated value flat files, Microsoft Exchange collaborative data objects (CDO), or XML documents).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also