Provides the settings that control the events binding.
Provides the settings that control the events binding.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.CategoryAttribute("Binding")>
<System.ComponentModel.DescriptionAttribute("Provides the settings that control the events binding.")>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute("setEventsBinding")>
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property EventsBinding As WebSchedulerEventsBinding |
C# | |
---|
[System.ComponentModel.CategoryAttribute("Binding")]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the events binding.")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setEventsBinding")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public WebSchedulerEventsBinding EventsBinding {get;} |
JScript | |
---|
System.ComponentModel.CategoryAttribute("Binding")
System.ComponentModel.DescriptionAttribute("Provides the settings that control the events binding.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute("setEventsBinding")
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
public function get EventsBinding : WebSchedulerEventsBinding |
Managed Extensions for C++ | |
---|
[System.ComponentModel.CategoryAttribute("Binding")]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the events binding.")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setEventsBinding")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property WebSchedulerEventsBinding* get_EventsBinding(); |
C++/CLI | |
---|
[System.ComponentModel.CategoryAttribute("Binding")]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the events binding.")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setEventsBinding")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property WebSchedulerEventsBinding^ EventsBinding {
WebSchedulerEventsBinding^ get();
} |
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