Property Item
Item[String]
Gets or sets value of specified attribute.
Declaration
object this[string attribute] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | attribute |
Property Value
Type | Description |
---|---|
System.Object | Value of the specified attribute. |