Share via


SiteMapDataSet.SiteMapDataTable.Item Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: [PWA Web service]
Assembly: [PWA Web service proxy assembly].dll

Syntax

'Declaration
<DebuggerNonUserCodeAttribute> _
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SiteMapRow
'Usage
Dim instance As SiteMapDataTable
Dim index As Integer
Dim value As SiteMapRow

value = instance(index)
[DebuggerNonUserCodeAttribute] 
public SiteMapRow this [
    int index
] { get; }

Parameters

  • index

See Also

Reference

SiteMapDataSet.SiteMapDataTable Class
SiteMapDataSet.SiteMapDataTable Members
[PWA Web service] Namespace