Dart.PowerWEB.TextBox Namespace > StringValueCollection Class : List Property (StringValueCollection) |
Gets or sets a string of default values.
[Visual Basic]
Public Property List As String
[C#]
public string List {get; set;}
When getting this property, all of the strings in the collection will be returned as a comma and ampersand-delimited list. When setting this property, the comma and ampersand-delimited list will be split and added to the collection as values.
This property is intended to be used by the ASP.NET tag parser only.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
StringValueCollection Class | StringValueCollection Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.