Share via


AdapterAppInitString.Controls Property

Definition

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

Applies to