| SegmentResultsIdentifiers Property  | 
 
            Gets the identifiers of all of the elements propagated by the segment.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic IList<string> Identifiers { get; }Public ReadOnly Property Identifiers As IList(Of String)
	Get
public:
property IList<String^>^ Identifiers {
	IList<String^>^ get ();
}member Identifiers : IList<string> with get
Property Value
Type: 
IListString See Also
See Also