ProfilePropertySettingsCollection.GetKey(Int32) Method

Definition

Gets the name of the ProfilePropertySettings at the specified index location.

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 index of a ProfilePropertySettings in the collection.

Returns

The name of the ProfilePropertySettings at the specified index location.

Remarks

An object at the index must exist in the collection.

Applies to

See also