public string this[ string attributeName ] { get; set; }
Public Default Property Item ( _ attributeName As String _ ) As String
public: property String^ default[String^ attributeName] { String^ get (String^ attributeName); void set (String^ attributeName, String^ value); }