PropertyDictionary.Item Property

Gets or sets the value of the property with the specified name.

Namespace:  Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Default Property Item ( _
    key As String _
) As Object
    Get
    Set
'Usage
Dim instance As PropertyDictionary
Dim key As String
Dim value As Object

value = instance(key)

instance(key) = value
public Object this[
    string key
] { get; set; }
public:
property Object^ default[String^ key] {
    Object^ get (String^ key);
    void set (String^ key, Object^ value);
}
JScript does not support indexed properties.
member Item : Object with get, set

Parameters

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

PropertyDictionary Class

PropertyDictionary Members

Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser Namespace