|  | NewAdhocQueryDialoggetXTab Method | 
            Format a unique XPath for a tab on the Ad-Hoc Query Dialog.
            
 
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxprotected static string getXTab(
	string tabCaption
)
Protected Shared Function getXTab ( 
	tabCaption As String
) As String
protected:
static String^ getXTab(
	String^ tabCaption
)
Parameters
- tabCaption
- Type: SystemString
 The caption of the tab.
Return Value
Type: 
String[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Dialogs.NewAdhocQueryDialog.getXTab(System.String)"]
 See Also
See Also