Partager via


DataBus.Item[String] Propriété

Définition

Obtient ou définit la valeur de propriété dans le contrôle DataBus.

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

Paramètres

propertyName
String

Chaîne qui représente le nom de la propriété.

Valeur de propriété

Retourne une chaîne qui représente la valeur de propriété du contrôle DataBus.

Implémente

S’applique à