ActorTypeInformation.IsAbstract Property

Definition

Gets a value indicating whether the class implementing actor is abstract.

public bool IsAbstract { get; }
member this.IsAbstract : bool
Public ReadOnly Property IsAbstract As Boolean

Property Value

true if the class implementing actor is abstract, otherwise false.

Applies to