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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
IListStringSee Also