IDataBus.Item[String] Property

Definition

Gets or set the property value for the DataBase control.

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ propertyName); void set(System::String ^ propertyName, System::Object ^ value); };
public object this[string propertyName] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(propertyName As String) As Object

Parameters

propertyName
String

A string that represents the name of the property.

Property Value

The value of the property.

Applies to