IDataConnectionProperties.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.