ActorTypeInformation.ServiceName Property

Definition

Gets the service name if specified using ActorServiceAttribute for actor class.

public string ServiceName { get; }
member this.ServiceName : string
Public ReadOnly Property ServiceName As String

Property Value

The service name if specified using ActorServiceAttribute for actor class, null if attribute is not used.

Applies to