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 |
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;} |
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