Partager via


ComboTableV2_Core.ChoicesWithOptional Property

 

Gets a collection of choices with optional.

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

Syntax

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

Property Value

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

A collection of choices with optional.

See Also

ComboTableV2_Core Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top