|  | ConstituentPanelSelectNote Method | 
            Select a Note.
            
 
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxprotected static void SelectNote(
	string noteTitle
)
Protected Shared Sub SelectNote ( 
	noteTitle As String
)
protected:
static void SelectNote(
	String^ noteTitle
)
Parameters
- noteTitle
- Type: SystemString
 The value of the 'Title' column for the desired row.
 See Also
See Also