 | ConstituentPanelIsStateAddress Method |
Check the State address of the constituent.
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 bool IsStateAddress(
string state
)
Public Shared Function IsStateAddress (
state As String
) As Boolean
public:
static bool IsStateAddress(
String^ state
)
Parameters
- state
- Type: SystemString
The State abbreviation to check for.
Return Value
Type:
BooleanTrue if the provided value is the constituent's state, false otherwise.
See Also