Gets the type.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Type Type { get; }
Public ReadOnly Property Type As Type
Get
public:
property Type^ Type {
Type^ get ();
}
member Type : Type with get
Property Value
Type:
TypeThe type.
See Also