Share via


AdoDotNetConnectionProperties.Item[String] Property

Definition

Retrieves or sets a value for a specified property on the DDEX Provider.

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

Parameters

propertyName
String

Name of the property for which a value is retrieved or set.

Property Value

Returns the value for the property with the specified name.

Exceptions

The propertyName parameter is null.

When setting a property value, the specified value cannot be converted to the property type.

Applies to