Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value for a specified property on the DDEX provider. Raises the PropertyChanged event if the property is set.
Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overridable Default Property Item ( _
    key As String _
) As Object
public virtual Object this[
    string key
] { get; set; }
public:
virtual property Object^ default[String^ key] {
    Object^ get (String^ key);
    void set (String^ key, Object^ value);
}
abstract Item : 
        key:string -> Object with get, set 
override Item : 
        key:string -> Object with get, set
JScript does not support indexed properties.
Parameters
- key 
 Type: System.String- Name of the property for which a value is retrieved or set. 
Property Value
Type: System.Object
The value for the property with the specified name.
Implements
IDictionary<TKey, TValue>.Item
.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.