Intersoft WebScheduler Documentation
RecurringEvents Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerResource Class : RecurringEvents Property






Glossary Item Box

The RecurringEvents collection used by WebScheduler. The RecurringEvents collection used by WebScheduler.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.JsonSerialization.ScriptIgnoreAttribute()>
<ISNet.Serialization.BinarySerializableAttribute("setEvents")>
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("The RecurringEvents collection used by WebScheduler.")>
<System.ComponentModel.CategoryAttribute("Resource")>
Public ReadOnly Property RecurringEvents As WebSchedulerEventCollection
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerResource
Dim value As WebSchedulerEventCollection
 
value = instance.RecurringEvents
C# 
[ISNet.Serialization.JsonSerialization.ScriptIgnoreAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setEvents")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("The RecurringEvents collection used by WebScheduler.")]
[System.ComponentModel.CategoryAttribute("Resource")]
public WebSchedulerEventCollection RecurringEvents {get;}
Delphi 
public read-only property RecurringEvents: WebSchedulerEventCollection; 
JScript 
ISNet.Serialization.JsonSerialization.ScriptIgnoreAttribute()
ISNet.Serialization.BinarySerializableAttribute("setEvents")
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("The RecurringEvents collection used by WebScheduler.")
System.ComponentModel.CategoryAttribute("Resource")
public function get RecurringEvents : WebSchedulerEventCollection
Managed Extensions for C++ 
[ISNet.Serialization.JsonSerialization.ScriptIgnoreAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setEvents")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("The RecurringEvents collection used by WebScheduler.")]
[System.ComponentModel.CategoryAttribute("Resource")]
public: __property WebSchedulerEventCollection* get_RecurringEvents();
C++/CLI 
[ISNet.Serialization.JsonSerialization.ScriptIgnoreAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setEvents")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("The RecurringEvents collection used by WebScheduler.")]
[System.ComponentModel.CategoryAttribute("Resource")]
public:
property WebSchedulerEventCollection^ RecurringEvents {
   WebSchedulerEventCollection^ 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.