| TransitionSourceState Property |
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public StateConfiguration SourceState { get; }
Public ReadOnly Property SourceState As StateConfiguration
Get
public:
property StateConfiguration^ SourceState {
StateConfiguration^ get ();
}
member SourceState : StateConfiguration with get
Property Value
Type:
StateConfigurationRemarks
The
SourceState will only reference a configuration of
sub-
State instances of the anchor
Parent state.
See Also