Share via


ConsoleNodeCollection.Item Property

Gets or sets the ConsoleNode object at the location specified by the index parameter.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Default Property Item ( _
    index As Integer _
) As ConsoleNode
    Get
    Set
'Usage
Dim instance As ConsoleNodeCollection
Dim index As Integer
Dim value As ConsoleNode

value = instance(index)

instance(index) = value
public ConsoleNode this[
    int index
] { get; set; }

Parameters

Property Value

Type: Microsoft.SharePoint.Publishing.WebControls.ConsoleNode
A ConsoleNode object.

See Also

Reference

ConsoleNodeCollection Class

ConsoleNodeCollection Members

Microsoft.SharePoint.Publishing.WebControls Namespace