Share via


PropertiesCollection.Item Property

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

Syntax

'Declaration
Public Property Item ( _
    key As String _
) As Object
public Object this[
    string key
] { get; set; }
public:
virtual property Object^ Item[String^ key] {
    Object^ get (String^ key) sealed;
    void set (String^ key, Object^ value) sealed;
}
abstract Item : 
        key:string -> Object with get, set 
override Item : 
        key:string -> Object with get, set
JScript does not support indexed properties.

Parameters

Property Value

Type: System.Object

Implements

IDictionary<TKey, TValue>.Item

.NET Framework Security

See Also

Reference

PropertiesCollection Class

Microsoft.VisualStudio.Services.WebApi Namespace