Server.ShowSection Method

Makes visible a configuration section in the VirtualUI Server Manager GUI.

C#

public void ShowSection(ServerSection section);

Parameters

Parameters

Description

ServerSection section

The Server configuration section to show to user. Use one of the following constants:

SRVSEC_GENERAL: Shows the General tab, that contains the Binding configuration.
SRVSEC_RDS: Shows the tab with the Remote Desktop Services account configuration.
SRVSEC_APPLICATIONS: Shows the list of applications.
SRVSEC_LICENSES: Shows the tab with License information.

 

Group

Server Methods