Specifies the ExceptionInfo of the Recurrence.
Specifies the ExceptionInfo of recurring event.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Recurring Event Details")>
<ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
Public Property ExceptionInfo As WebSchedulerExceptionInfo |
C# | |
---|
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Recurring Event Details")]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public WebSchedulerExceptionInfo ExceptionInfo {get; set;} |
JScript | |
---|
System.ComponentModel.DescriptionAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("Recurring Event Details")
ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set ExceptionInfo : WebSchedulerExceptionInfo |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Recurring Event Details")]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public: __property WebSchedulerExceptionInfo get_ExceptionInfo();
public: __property void set_ExceptionInfo(
WebSchedulerExceptionInfo value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Recurring Event Details")]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public:
property WebSchedulerExceptionInfo ExceptionInfo {
WebSchedulerExceptionInfo get();
void set ( WebSchedulerExceptionInfo value);
} |
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