RasEntryCollection.Item Property (String)

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets an entry from the collection.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public RasEntry this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	name As String
) As RasEntry
	Get
Visual C++
public:
property RasEntry^ default[String^ name] {
	RasEntry^ get (String^ name);
}
F#
member Item : RasEntry with get

Parameters

name
Type: System..::..String
The name of the entry to get.

Return Value

Type: RasEntry
An RasEntry object.

See Also