Intersoft WebScheduler Documentation
Mode Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerEventBase Class : Mode Property






Glossary Item Box

Specifies the event's Mode. Specifies the EventBase's mode.

Syntax

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