|  | ConstituentPanelIsConstituentPanelHeader Method | 
            Check if the Constituent panel header has the expected text.
            
 
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static bool IsConstituentPanelHeader(
	string expectedText
)
Public Shared Function IsConstituentPanelHeader ( 
	expectedText As String
) As Boolean
public:
static bool IsConstituentPanelHeader(
	String^ expectedText
)
Parameters
- expectedText
- Type: SystemString
 The expected text of the header to check for.
Return Value
Type: 
BooleanTrue if the header has the expected text, false otherwise.
 See Also
See Also