DirectoryEntryList.Item Property (String)

Independentsoft MSG .NET

DirectoryEntryList Item Property (String) MSG .NET Class Library
Gets the DirectoryEntry with the specified name.

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public DirectoryEntry this[
	string name
] { get; }
public DirectoryEntry this[
	string name
] { get; }
Public ReadOnly Default Property Item ( 
	name As String
) As DirectoryEntry 
	Get
Public ReadOnly Default Property Item ( 
	name As String
) As DirectoryEntry 
	Get
Dim instance As DirectoryEntryList 
Dim name As String 
Dim value As DirectoryEntry 

value = instance(name)
Dim instance As DirectoryEntryList 
Dim name As String 
Dim value As DirectoryEntry 

value = instance(name)
/** @property */
public DirectoryEntry get_Item(
	String name
)
/** @property */
public DirectoryEntry get_Item(
	String name
)
JScript does not support indexed properties.
JScript does not support indexed properties.
function get_Item(name);
function get_Item(name);

Parameters

name
Type: OnlineSystem String
The name.

Return Value

Type: DirectoryEntry
DirectoryEntry.
See Also