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!

SortedList.Values

Gets the values in the SortedList.

[Visual Basic]
Overridable Public ReadOnly Property Values As ICollection
[C#]
public ICollection Values {virtual get;}
[C++]
public: __property virtual ICollection* get_Values();
[JScript]
public function get Values() : ICollection;

Property Value

An ICollection containing the values in the SortedList.

Remarks

Similar to GetValueList, but returns an ICollection instead of an IList.

See Also

SortedList Class | SortedList Members | System.Collections Namespace | ICollection | Keys | GetValueList