Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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