|  | RegistrantPanelIsRegistrant Method | 
            Check the name of the registrant on the panel.
            
 
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 IsRegistrant(
	string registrant
)
Public Shared Function IsRegistrant ( 
	registrant As String
) As Boolean
public:
static bool IsRegistrant(
	String^ registrant
)
Parameters
- registrant
- Type: SystemString
 The name of the registrant to check for.
Return Value
Type: 
BooleanTrue if the provided name is the name of the registrant.
 See Also
See Also