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!

ListItemCollection.Remove (String)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Remove( _
   ByVal item As String _
)
[C#]
public void Remove(
   string item
);
[C++]
public: void Remove(
   String* item
);
[JScript]
public function Remove(
   item : String
);

Parameters

item
[To be supplied.]

See Also

ListItemCollection Class | ListItemCollection Members | System.Web.UI Namespace | ListItemCollection.Remove Overload List