Intersoft WebScheduler Documentation
RecurrenceBinding Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerBinding Class : RecurrenceBinding Property






Glossary Item Box

Provides the settings that control the recurrence binding. Provides the settings that control the recurrence binding.

Syntax

Visual Basic (Declaration) 
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Binding")>
<ISNet.Serialization.BinarySerializableAttribute("setRecurrenceBinding")>
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Provides the settings that control the recurrence binding.")>
Public ReadOnly Property RecurrenceBinding As WebSchedulerRecurrencesBinding
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerBinding
Dim value As WebSchedulerRecurrencesBinding
 
value = instance.RecurrenceBinding
C# 
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Binding")]
[ISNet.Serialization.BinarySerializableAttribute("setRecurrenceBinding")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the recurrence binding.")]
public WebSchedulerRecurrencesBinding RecurrenceBinding {get;}
Delphi 
public read-only property RecurrenceBinding: WebSchedulerRecurrencesBinding; 
JScript 
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Binding")
ISNet.Serialization.BinarySerializableAttribute("setRecurrenceBinding")
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DescriptionAttribute("Provides the settings that control the recurrence binding.")
public function get RecurrenceBinding : WebSchedulerRecurrencesBinding
Managed Extensions for C++ 
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Binding")]
[ISNet.Serialization.BinarySerializableAttribute("setRecurrenceBinding")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the recurrence binding.")]
public: __property WebSchedulerRecurrencesBinding* get_RecurrenceBinding();
C++/CLI 
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Binding")]
[ISNet.Serialization.BinarySerializableAttribute("setRecurrenceBinding")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the recurrence binding.")]
public:
property WebSchedulerRecurrencesBinding^ RecurrenceBinding {
   WebSchedulerRecurrencesBinding^ get();
}

Requirements

Target Platforms: 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

©2013 Intersoft Solutions Corp. All Rights Reserved.