Item Property

See Also

DirItemsCollection Class  | DirItemsCollection Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

index
The zero-based index of the element to get or set.
See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

Item Property

Gets or sets the element at the specified index.

[Visual Basic]
Public Default Property Item( _    ByVal index As Integer _ ) As DirItem
[C#]
public DirItem this[    int index ]; {get; set;}
[JScript]
public this[    index : int ] get,set : DirItem

Parameters

index
The zero-based index of the element to get or set.

Return Type

The element at the specified index.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

DirItemsCollection Class  | DirItemsCollection Members

 

 


© WeOnlyDo Software. All Rights Reserved.