Accelerator.Keys Property

Definition

For internal use only.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ Keys { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> Keys { get; set; }
member this.Keys : seq<string> with get, set
Public Property Keys As IEnumerable(Of String)

Property Value

Applies to