UpdateSegmentConfigurationItem Property (String) | 
 
            Gets the 
updater with the specified name.  
            This will throw if there is no updater with that name.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic StateUpdaterEvaluator this[
	string updaterName
] { get; }Public ReadOnly Default Property Item ( 
	updaterName As String
) As StateUpdaterEvaluator
	Get
public:
property StateUpdaterEvaluator^ default[String^ updaterName] {
	StateUpdaterEvaluator^ get (String^ updaterName);
}member Item : StateUpdaterEvaluator with get
Parameters
- updaterName
 - Type: SystemString
The name of the desired updater. 
Return Value
Type: 
StateUpdaterEvaluatorThe 
updater logged with this configuration with the 
            specified name.
See Also