Intersoft WebScheduler Documentation
Exceptions Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerRecurrence Class : Exceptions Property






Glossary Item Box

The data collection used by WebScheduler to determine Recurrence exception. Specifies the Recurrence's Exceptions.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute("setExceptions")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()>
<System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="‘.š, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler to determine Recurrence exception.")>
<System.ComponentModel.CategoryAttribute("Recurrence Info")>
Public ReadOnly Property Exceptions As WebSchedulerEventCollection
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerRecurrence
Dim value As WebSchedulerEventCollection
 
value = instance.Exceptions
C# 
[ISNet.Serialization.BinarySerializableAttribute("setExceptions")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="‘.š, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler to determine Recurrence exception.")]
[System.ComponentModel.CategoryAttribute("Recurrence Info")]
public WebSchedulerEventCollection Exceptions {get;}
Delphi 
public read-only property Exceptions: WebSchedulerEventCollection; 
JScript 
ISNet.Serialization.BinarySerializableAttribute("setExceptions")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()
System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="‘.š, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")
System.ComponentModel.NotifyParentPropertyAttribute()
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler to determine Recurrence exception.")
System.ComponentModel.CategoryAttribute("Recurrence Info")
public function get Exceptions : WebSchedulerEventCollection
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute("setExceptions")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="‘.š, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler to determine Recurrence exception.")]
[System.ComponentModel.CategoryAttribute("Recurrence Info")]
public: __property WebSchedulerEventCollection* get_Exceptions();
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute("setExceptions")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="‘.š, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler to determine Recurrence exception.")]
[System.ComponentModel.CategoryAttribute("Recurrence Info")]
public:
property WebSchedulerEventCollection^ Exceptions {
   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.