| RegionHasHistory Property |
Indicates whether the recently active
State will be made
active on rentry of the
Region.
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public bool HasHistory { get; }
Public ReadOnly Property HasHistory As Boolean
Get
public:
property bool HasHistory {
bool get ();
}
member HasHistory : bool with get
Property Value
Type:
Booleantrue if the recently active
State will be made
active on rentry;
false if the
InitialState will be made active.
See Also