Share via


ActorReference.ActorId Property

Definition

Gets or sets the ActorId of the actor.

[System.Runtime.Serialization.DataMember(IsRequired=true, Name="ActorId", Order=1)]
public Microsoft.ServiceFabric.Actors.ActorId ActorId { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="ActorId", Order=1)>]
member this.ActorId : Microsoft.ServiceFabric.Actors.ActorId with get, set
Public Property ActorId As ActorId

Property Value

ActorId of the actor.

Attributes

Applies to