[]
Gets a property value by its name.
public object this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name | A string value indicating the name of the property. |
Type | Description |
---|---|
object | An object representing the property value. |
The indexer to support the various VB collection access syntax.