ConfigurationElementCollection<T>.Item Property (String)

 

Applies To: Dynamics CRM 2015

Gets or sets the element with the specified key.

Namespace:   Microsoft.Xrm.Client.Configuration
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public T this[
    string name
] { get; }
public:
property T default[
    String^ name
] {
    T get(String^ name);
}
member Item : 
        name:string -> 'T with get
Public ReadOnly Property Item (
    name As String
) As T

Parameters

Property Value

Type: T

Type: Object
The specified element.

See Also

Item Overload
ConfigurationElementCollection<T> Class
Microsoft.Xrm.Client.Configuration Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright