SegmentResultsConfiguration Property |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.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