CustomErrorCollection.GetKey(Int32) Method

Definition

Gets the CustomErrorCollection key at the specified index.

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

Parameters

index
Int32

The collection key's index.

Returns

The CustomErrorCollection key at the specified index.

Applies to