Share via


PropertiesCollection.Keys Property

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public ReadOnly Property Keys As Dictionary(Of T).KeyCollection
public Dictionary<T>.KeyCollection Keys { get; }
public:
property Dictionary<T>::KeyCollection^ Keys {
    Dictionary<T>::KeyCollection^ get ();
}
member Keys : Dictionary<T>.KeyCollection with get
function get Keys () : Dictionary<TKey, TValue>.KeyCollection

Property Value

Type: System.Collections.Generic.Dictionary<TKey, TValue>.KeyCollection

.NET Framework Security

See Also

Reference

PropertiesCollection Class

Microsoft.VisualStudio.Services.WebApi Namespace