ActorInformation.IsActive Property

Definition

Gets a value indicating whether the actor is active.

[System.Runtime.Serialization.DataMember(IsRequired=true, Name="IsActive", Order=1)]
public bool IsActive { get; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="IsActive", Order=1)>]
member this.IsActive : bool
Public ReadOnly Property IsActive As Boolean

Property Value

Boolean indicating if the Actor is active.

Attributes

Applies to