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






Glossary Item Box

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
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As WebSchedulerBinding
 
value = instance.DataBinding
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;}
Delphi 
public read-only property DataBinding: WebSchedulerBinding; 
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

©2013 Intersoft Solutions Corp. All Rights Reserved.