Freigeben über


RestartDeployedCodePackageContent.ServicePackageActivationId Property

Definition

The activation id of a deployed service package. If ServicePackageActivationMode specified at the time of creating the service is 'SharedProcess' (or if it is not specified, in which case it defaults to 'SharedProcess'), then value of ServicePackageActivationId is always an empty string.

public string ServicePackageActivationId { get; set; }
member this.ServicePackageActivationId : string with get, set
Public Property ServicePackageActivationId As String

Property Value

Applies to