Share via


DeployedServicePackageHealthStateFilter.ServicePackageActivationIdFilter Property

Definition

Gets or sets the service package ActivationId filter.

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

Property Value

The ServicePackageActivationId of deployed service package can be obtained by using GetDeployedServicePackageListAsync(String, Uri) query.

If ServicePackageActivationMode specified at the time of creating the service was SharedProcess (or if it was not specified, in which case it defaults to SharedProcess), then value of ServicePackageActivationId is always an empty string. For more details please see ServicePackageActivationMode.

Applies to