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