DataBus::Item Property (String^)
Gets or sets the property value in the DataBus control.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
public: property Object^ default[ String^ propertyName ] { virtual Object^ get(String^ propertyName) sealed; virtual void set(String^ propertyName, Object^ value) sealed; }
Parameters
- propertyName
-
Type:
System::String^
A string that represents the name of the property.
Property Value
Type: System::Object^Returns a string that represents the property value of the DataBus control.
Implements
IDataBus::Item[String^]
Show: