|
| DotRas SDK Documentation |
| RasEntryCollection..::..Item Property (String) |
| RasEntryCollection Class See Also Send Feedback |
|
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: RasEntryAn RasEntry object.