UpdateSegmentUpdates Property |
Gets the list of updates that will happen to the state when this segment is propagated.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<StateUpdaterDefinition> Updates { get; }
Public ReadOnly Property Updates As IList(Of StateUpdaterDefinition)
Get
public:
property IList<StateUpdaterDefinition^>^ Updates {
IList<StateUpdaterDefinition^>^ get ();
}
member Updates : IList<StateUpdaterDefinition> with get
Property Value
Type:
IListStateUpdaterDefinitionSee Also