dbicMonth Send comments on this topic.
Item Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiLocationCollection Class : Item Property

nIndex
Integer
Gets or sets the dbiLocationItem at a specific index value.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal nIndex As Integer _
) As dbiLocationItem
C# 
public dbiLocationItem this[ 
   int nIndex
]; {get; set;}

Parameters

nIndex
Integer

Property Value

dbiLocationItem

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also