SegmentListConfigurationContainsSegmentConfiguration Method (String) |
Checks to see if a segment configuration with the
segmentName exists in this configuration.
This will search recursively through all
SegmentListConfigurations that are stored in this configuration.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool ContainsSegmentConfiguration(
string segmentName
)
Public Function ContainsSegmentConfiguration (
segmentName As String
) As Boolean
public:
bool ContainsSegmentConfiguration(
String^ segmentName
)
member ContainsSegmentConfiguration :
segmentName : string -> bool
Parameters
- segmentName
- Type: SystemString
The name of the SegmentDefinition to check for.
Return Value
Type:
Boolean if the
SegmentDefinition with the
segmentName has a configuration stored in this configuration; otherwise
.
See Also