Share via


ProductManager.GetTab(String) Method

Definition

Gets a tab from its identifier.

public:
 Microsoft::Web::PlatformInstaller::Tab ^ GetTab(System::String ^ tabId);
public Microsoft.Web.PlatformInstaller.Tab GetTab (string tabId);
member this.GetTab : string -> Microsoft.Web.PlatformInstaller.Tab
Public Function GetTab (tabId As String) As Tab

Parameters

tabId
String

A string value that specifies the tab Id.

Returns

Tab

A Tab object.

Applies to