Gets or sets the value of the specified property.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public Object this[ string propertyName ] { get; set; }
Public Default Property Item ( _ propertyName As String _ ) As Object Get Set
public: property Object^ default[String^ propertyName] { Object^ get (String^ propertyName); void set (String^ propertyName, Object^ value); }
/** @property */ public Object get_Item( String propertyName ) /** @property */ public void set_Item(Object value)
Parameters
- propertyName (String)
- Name of property to get or set the value of.
Return Value
The value of the specified property name