This documentation is archived and is not being maintained.
BaseDataListDesigner.DataMember Property
.NET Framework 1.1
Gets or sets the value of the control's data member field.
[Visual Basic] Public Property DataMember As String [C#] public string DataMember {get; set;} [C++] public: __property String* get_DataMember(); public: __property void set_DataMember(String*); [JScript] public function get DataMember() : String; public function set DataMember(String);
Property Value
The value of the DataMember of the list control.
Remarks
The DataMember property gets or sets the DataMember property of the DataList control that the designer is editing.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace
Show: