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






Glossary Item Box

Specifies the TotalRecurrences of Recurrence. Specifies the Recurrence's TotalRecurrences.

Syntax

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