State<(Of <(<'TS, TD>)>)>..::..StateName Property

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public TS StateName { get; set; }
Public Property StateName As TS
	Get
	Set
public:
property TS StateName {
	TS get ();
	void set (TS value);
}