Interface Application.DefinitionStages.WithShowInPortal

All Known Subinterfaces:
Application.Definition, Application.DefinitionStages.WithCreate
Enclosing interface:
Application.DefinitionStages

public static interface Application.DefinitionStages.WithShowInPortal
The stage of the Application definition allowing to specify showInPortal.
  • Method Details

    • withShowInPortal

      Application.DefinitionStages.WithCreate withShowInPortal(Boolean showInPortal)
      Specifies the showInPortal property: Specifies whether to show the RemoteApp program in the RD Web Access server..
      Parameters:
      showInPortal - Specifies whether to show the RemoteApp program in the RD Web Access server.
      Returns:
      the next definition stage.