Provides the settings that control the RecurringEvents binding.
Provides the settings that control the RecurringEvents binding.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.CategoryAttribute("Binding")>
<System.ComponentModel.DescriptionAttribute("Provides the settings that control the RecurringEvents binding.")>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute("setRecurringEventsBinding")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property RecurringEventsBinding As WebSchedulerRecurringEventBinding |
C# | |
---|
[System.ComponentModel.CategoryAttribute("Binding")]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the RecurringEvents binding.")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setRecurringEventsBinding")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public WebSchedulerRecurringEventBinding RecurringEventsBinding {get;} |
JScript | |
---|
System.ComponentModel.CategoryAttribute("Binding")
System.ComponentModel.DescriptionAttribute("Provides the settings that control the RecurringEvents binding.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute("setRecurringEventsBinding")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
public function get RecurringEventsBinding : WebSchedulerRecurringEventBinding |
Managed Extensions for C++ | |
---|
[System.ComponentModel.CategoryAttribute("Binding")]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the RecurringEvents binding.")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setRecurringEventsBinding")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property WebSchedulerRecurringEventBinding* get_RecurringEventsBinding(); |
C++/CLI | |
---|
[System.ComponentModel.CategoryAttribute("Binding")]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the RecurringEvents binding.")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setRecurringEventsBinding")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property WebSchedulerRecurringEventBinding^ RecurringEventsBinding {
WebSchedulerRecurringEventBinding^ 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