Intersoft WebScheduler Documentation
RecurrenceID Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerRecurringEvent Class : RecurrenceID Property






Glossary Item Box

Specifies the RecurrenceID of the Recurrence. Specifies the RecurrenceID of recurring event.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Specifies the RecurrenceID of the Recurrence.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()>
<System.ComponentModel.CategoryAttribute("Recurring Event Details")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property RecurrenceID As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerRecurringEvent
Dim value As System.Integer
 
instance.RecurrenceID = value
 
value = instance.RecurrenceID
C# 
[System.ComponentModel.DescriptionAttribute("Specifies the RecurrenceID of the Recurrence.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.CategoryAttribute("Recurring Event Details")]
[System.ComponentModel.DefaultValueAttribute()]
public System.int RecurrenceID {get; set;}
Delphi 
public read-write property RecurrenceID: System.Integer; 
JScript 
System.ComponentModel.DescriptionAttribute("Specifies the RecurrenceID of the Recurrence.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()
System.ComponentModel.CategoryAttribute("Recurring Event Details")
System.ComponentModel.DefaultValueAttribute()
public function get,set RecurrenceID : System.int
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Specifies the RecurrenceID of the Recurrence.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.CategoryAttribute("Recurring Event Details")]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.int get_RecurrenceID();
public: __property void set_RecurrenceID( 
   System.int value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Specifies the RecurrenceID of the Recurrence.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.CategoryAttribute("Recurring Event Details")]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.int RecurrenceID {
   System.int get();
   void set (    System.int 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

©2013 Intersoft Solutions Corp. All Rights Reserved.