SwitchableSegmentSegmentToRunInitially Property |
Gets or sets which segment should be propagated initially. Defaults to
Alternate.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic SwitchableSegmentOption SegmentToRunInitially { get; set; }
Public Property SegmentToRunInitially As SwitchableSegmentOption
Get
Set
public:
property SwitchableSegmentOption SegmentToRunInitially {
SwitchableSegmentOption get ();
void set (SwitchableSegmentOption value);
}
member SegmentToRunInitially : SwitchableSegmentOption with get, set
Property Value
Type:
SwitchableSegmentOption
See Also