|  | SegmentsPanelGoToSegment Method | 
            Navigate to the segment panel of a specified segment.
            
 
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 void GoToSegment(
	IDictionary<string, string> segment
)
Public Shared Sub GoToSegment ( 
	segment As IDictionary(Of String, String)
)
public:
static void GoToSegment(
	IDictionary<String^, String^>^ segment
)
Parameters
- segment
- Type: System.Collections.GenericIDictionaryString, String
 Mapping of the column captions to a single row's values.
 See Also
See Also