 | PanelWaitForPanelHeaderNotContain Method |
Wait the default time for the panel header to not contain the provided value.
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void WaitForPanelHeaderNotContain(
string header
)
Public Shared Sub WaitForPanelHeaderNotContain (
header As String
)
public:
static void WaitForPanelHeaderNotContain(
String^ header
)
Parameters
- header
- Type: SystemString
The value to wait until not displayed in the header.
See Also