Share via


IDataConnectionProperties.Item[String] Property

Definition

Represents a property instance of specified type and value.

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

Name of the property.

Property Value

A property object instance of 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