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: 25.1.421.0 (25.1.421.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