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