NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListItem Constructor (String, String)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal text As String, _
   ByVal value As String _
)
[C#]
public ListItem(
   string text,
   string value
);
[C++]
public: ListItem(
   String* text,
   String* value
);
[JScript]
public function ListItem(
   text : String,
   value : String
);

Parameters

text
[To be supplied.]
value
[To be supplied.]

See Also

ListItem Class | ListItem Members | System.Web.UI Namespace | ListItem Constructor Overload List