|  | SegmentDialogAddSelection Method | 
            Add a marketing selection to the segment.
            
 
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void AddSelection(
	string selection
)
Public Shared Sub AddSelection ( 
	selection As String
)
public:
static void AddSelection(
	String^ selection
)
Parameters
- selection
- Type: SystemString
 The selection to add.
 See Also
See Also