PropertiesCollection.Values Property
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public ReadOnly Property Values As Dictionary(Of T).ValueCollection
public Dictionary<T>.ValueCollection Values { get; }
public:
property Dictionary<T>::ValueCollection^ Values {
Dictionary<T>::ValueCollection^ get ();
}
member Values : Dictionary<T>.ValueCollection with get
function get Values () : Dictionary<TKey, TValue>.ValueCollection
Property Value
Type: System.Collections.Generic.Dictionary<TKey, TValue>.ValueCollection
.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.