SegmentListConfigurationGetSegmentsConfiguration Method (String) |
Gets the segment configuration for the
segment with the
segmentName, or
if there is no
configuration in this for such a
SegmentPropagator.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SegmentConfiguration GetSegmentsConfiguration(
string segmentName
)
Public Function GetSegmentsConfiguration (
segmentName As String
) As SegmentConfiguration
public:
SegmentConfiguration^ GetSegmentsConfiguration(
String^ segmentName
)
member GetSegmentsConfiguration :
segmentName : string -> SegmentConfiguration
Parameters
- segmentName
- Type: SystemString
The name of the segment whose configuration is desired.
Return Value
Type:
SegmentConfigurationThe configuration of the
SegmentPropagator with the
segmentName.
See Also