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
- key
Type: System.String
The specified property name
Property Value
Type: System.Object
.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.
See Also
Reference
Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser Namespace