Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Int32The index into the collection at which to get or set a ConsoleNode object.
Property Value
Type: Microsoft.SharePoint.Publishing.WebControls.ConsoleNode
The ConsoleNode item at the specified index.