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






Glossary Item Box

Specifies the ParentID of the Recurrence. Specifies the ParentID of recurring event.

Syntax

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