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