Intersoft WebGrid Documentation
DataSourceID Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebValueList Class : DataSourceID Property






Gets or sets the ID of the control from which the WebValueList retrieves its list.

Syntax

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.