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



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Property Key As TKey
Visual Basic (Usage) Copy Code
Dim instance As Node(Of TKey,TValue)
Dim value As TKey
 
instance.Key = value
 
value = instance.Key
C#  
public TKey Key {get; set;}
C++/CLI  
public:
property TKey^ Key {
   TKey^ get();
   void set (    TKey^ 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