AdapterAppInitString.Controls 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.
Gets the control names in all DDA.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ Controls { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.ObjectModel.ReadOnlyCollection<string> Controls { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Controls : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property Controls As ReadOnlyCollection(Of String)
Property Value
Control names in all DDA.
- Attributes