See Also

StringArrayList Class  | StringArrayList Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

List Property

Dart.PowerWEB.TextBox Namespace > StringArrayList Class : List Property (StringArrayList)

Gets or sets a string of default values.

[Visual Basic]
Public Property List As String
[C#]
public string List {get; set;}
[C++]
public: __property string* get_List(); public: __property void set_List(    string* value );
[C++/CLI]
public: property String^ List {    String^ get();    void set (String^ value); }

Remarks

When getting this property, all of the strings in the collection will be returned as a comma-delimited list. When setting this property, the comma-delimited list will be split and added to the collection as values.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

StringArrayList Class  | StringArrayList Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.