Hi,
If I use a hastable that contains a name (unique) and value, how do I get that name by using a value?
TypeName: System.Collections.Hashtable
Name Value
---- -----
1008 xcelsius
1007 WSUS Administration
1006 wsil-wls
1005 WebServicesSamples
1004 WEB-INF
I've tried .ContainsValue and .ContainsKey, but that only returns TRUE/FALSE
I want to be able to get the name by providing the value.
Patrick de Rover