Partager via


ComboTableV2_Core.Choices Property

 

Gets the choices.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public ObservableCollection<string> Choices { get; }
public:
property ObservableCollection<String^>^ Choices {
    ObservableCollection<String^>^ get();
}
Public ReadOnly Property Choices As ObservableCollection(Of String)

Property Value

Type: System.Collections.ObjectModel.ObservableCollection<String>

The choices.

See Also

ComboTableV2_Core Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top