SettingsCollection<T>.Keys Property
Gets an enumeration of the keys in this collection.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Syntax
public IEnumerable<string> Keys { get; }
public:
property IEnumerable<String^>^ Keys {
IEnumerable<String^>^ get();
}
Public ReadOnly Property Keys As IEnumerable(Of String)
Property Value
Type: System.Collections.Generic.IEnumerable<String>
An IEnumerable<T> list of keys.
See Also
SettingsCollection<T> Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top