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
- index
Type: System.Int32
The index into the collection at which to get or set a ConsoleNode object.
Property Value
Type: Microsoft.SharePoint.Publishing.WebControls.ConsoleNode
A ConsoleNode object.