|  | PledgePanelIsPledgeConstituent Method | 
            Check if the pledge is associated with the provided constituent.
            Verifies by checking which constituent the header link navigates to.
            
 
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 IsPledgeConstituent(
	string constituent
)
Public Shared Function IsPledgeConstituent ( 
	constituent As String
) As Boolean
public:
static bool IsPledgeConstituent(
	String^ constituent
)
Parameters
- constituent
- Type: SystemString
 The last name of the constituent.
Return Value
Type: 
BooleanTrue if the pledge is associated with the provided constituent, false otherwise.
 See Also
See Also