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 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