Value Property
Collapse the table of content
Expand the table of content

LinkedListNode(Of T).Value Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the value contained in the node.

Namespace:  System.Collections.Generic
Assembly:  System (in System.dll)

'Declaration
Public Property Value As T

Property Value

Type: T
The value contained in the node.

This property is set in the LinkedListNode(Of T).

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft