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 |
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;} |
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