ProductManager.GetTab(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A Tab object.