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
The ConsoleNode item at the specified index.

See also

Reference

ConsoleNodeCollection class

ConsoleNodeCollection members

Microsoft.SharePoint.Publishing.WebControls namespace