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