ActorTypeInformation.IsRemindable Property

Definition

Gets a value indicating whether the actor class implements IRemindable.

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

Property Value

true if the actor class implements IRemindable, otherwise false.

Applies to