






|
| Microsoft.Activities.Extensions |
| ConfigurationElementCollection<(Of <(<'T>)>)>..::..Item Property (String) |
| ConfigurationElementCollection<(Of <(<'T>)>)> Class See Also Send Feedback |
Indexer for accessing an element
Namespace: Microsoft.Activities.Extensions.ServiceModel
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
| C# |
|---|
public T this[ string name ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ name As String _ ) As T Get |
| Visual C++ |
|---|
public: property T default[String^ name] { T get (String^ name); } |
Parameters
- name
- Type: System..::..String
The element to access
