Share via


ComboTableV2Style.Choices Property

 

Gets and sets the table choices.

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

Syntax

public string[] Choices { get; set; }
public:
property array<String^>^ Choices {
    array<String^>^ get();
    void set(array<String^>^ value);
}
Public Property Choices As String()

Property Value

Type: System.String[]

The table choices.

See Also

ComboTableV2Style Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top