Value Property
See Also 
SourceCode.Serialization Namespace > Node<TKey,TValue> Class : Value Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Property Value As TValue
Visual Basic (Usage) Copy Code
Dim instance As Node(Of TKey,TValue)
Dim value As TValue
 
instance.Value = value
 
value = instance.Value
C#  
public TValue Value {get; set;}
C++/CLI  
public:
property TValue^ Value {
   TValue^ get();
   void set (    TValue^ value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also