Gets or sets the ID of the control from which the WebScheduler control retrieves its datasource.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.BinarySerializableAttribute()>
<System.Web.UI.IDReferencePropertyAttribute(System.Web.UI.DataSourceControl)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the ID of the control from which the WebScheduler control retrieves its datasource.")>
<System.ComponentModel.CategoryAttribute("Data")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property DataSourceID As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebScheduler
Dim value As System.String
instance.DataSourceID = value
value = instance.DataSourceID |
C# | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.IDReferencePropertyAttribute(System.Web.UI.DataSourceControl)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the ID of the control from which the WebScheduler control retrieves its datasource.")]
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute()]
public System.string DataSourceID {get; set;} |
Delphi | |
---|
public read-write property DataSourceID: System.String; |
JScript | |
---|
ISNet.Serialization.BinarySerializableAttribute()
System.Web.UI.IDReferencePropertyAttribute(System.Web.UI.DataSourceControl)
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets the ID of the control from which the WebScheduler control retrieves its datasource.")
System.ComponentModel.CategoryAttribute("Data")
System.ComponentModel.DefaultValueAttribute()
public function get,set DataSourceID : System.String |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.IDReferencePropertyAttribute(System.Web.UI.DataSourceControl)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the ID of the control from which the WebScheduler control retrieves its datasource.")]
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.string* get_DataSourceID();
public: __property void set_DataSourceID(
System.string* value
); |
C++/CLI | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.IDReferencePropertyAttribute(System.Web.UI.DataSourceControl)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the ID of the control from which the WebScheduler control retrieves its datasource.")]
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.String^ DataSourceID {
System.String^ get();
void set ( System.String^ 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