Share via


ConfigurationElementCollection<T>.Item Property (Int32)

 

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[
    int index
] { get; set; }
public:
property T default[
    int index
] {
    T get(int index);
    void set(int index, T value);
}
member Item : 
        index:int -> 'T with get, set
Public Property Item (
    index As Integer
) 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