IKeyValueModel.Keys Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets all the keys for all the values.

Namespace:  System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

'Declaration
ReadOnly Property Keys As IEnumerable(Of String)
IEnumerable<string> Keys { get; }
property IEnumerable<String^>^ Keys {
    IEnumerable<String^>^ get ();
}
abstract Keys : IEnumerable<string>
function get Keys () : IEnumerable<String>

Property Value

Type: System.Collections.Generic.IEnumerable<String>

.NET Framework Security

See Also

Reference

IKeyValueModel Interface

System.Net.Http.Formatting Namespace