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: 23.2.417.0 (23.2.417.0)
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