SegmentResultsConfiguration Property |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SegmentConfiguration Configuration { get; set; }
Public Property Configuration As SegmentConfiguration
Get
Set
public:
property SegmentConfiguration^ Configuration {
SegmentConfiguration^ get ();
void set (SegmentConfiguration^ value);
}
member Configuration : SegmentConfiguration with get, set
Property Value
Type:
SegmentConfiguration
See Also