ISkillFeatureMapDescriptor.ValidKeys Property

Definition

An IIterable list of valid keys to use in the map.

public:
 property Windows::Foundation::Collections::IIterable<System::Object ^> ^ ValidKeys { Windows::Foundation::Collections::IIterable<System::Object ^> ^ get(); };
public Windows.Foundation.Collections.IIterable<object> ValidKeys { get; }
member this.ValidKeys : Windows.Foundation.Collections.IIterable<obj>
Public ReadOnly Property ValidKeys As IIterable(Of Object)

Property Value

Windows.Foundation.Collections.IIterable<Object>

An IIterable list of valid keys to use in the map.

Applies to