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 style.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public ComboTableV2Style ComboTableV2Style { get; set; }
public:
property ComboTableV2Style^ ComboTableV2Style {
ComboTableV2Style^ get();
void set(ComboTableV2Style^ value);
}
Public Property ComboTableV2Style As ComboTableV2Style
Property Value
Type: Microsoft.WindowsServerSolutions.Controls.ComboTableV2Style
The table style.
See Also
ComboTableV2_Core Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top