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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.