DictionaryEntry.Value Property
.NET Framework 1.1
Gets or sets the value in the key-and-value pair.
[Visual Basic] Public Property Value As Object [C#] public object Value {get; set;} [C++] public: __property Object* get_Value(); public: __property void set_Value(Object*); [JScript] public function get Value() : Object; public function set Value(Object);
Property Value
The value in the key-and-value pair.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
DictionaryEntry Structure | DictionaryEntry Members | System.Collections Namespace