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