Share via


ConfigurationElementCollection<T>.GetKey Method (Int32)

 

Applies To: Dynamics CRM 2015

Gets the key at the specified index position.

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

Syntax

public string GetKey(
    int index
)
public:
String^ GetKey(
    int index
)
member GetKey : 
        index:int -> string
Public Function GetKey (
    index As Integer
) As String

Parameters

Return Value

Type: System.String

Type: String
The key.

See Also

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

Return to top

© 2017 Microsoft. All rights reserved. Copyright