|  | MarketingAndCommFunctionalAreaSegments Method | 
            Navigate to the 'Segments' panel.
            
 
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void Segments(
	string groupCaption = "Acquisition and segmentation",
	string taskCaption = "Segments"
)
Public Shared Sub Segments ( 
	Optional groupCaption As String = "Acquisition and segmentation",
	Optional taskCaption As String = "Segments"
)
public:
static void Segments(
	String^ groupCaption = L"Acquisition and segmentation", 
	String^ taskCaption = L"Segments"
)
Parameters
- groupCaption (Optional)
- Type: SystemString
 The group header caption of the task.  Defaults to "Acquisition and segmentation".
- taskCaption (Optional)
- Type: SystemString
 The link caption of the task.  Defaults to "Segments"
 See Also
See Also