DeployedServicePackageHealthStateChunk.ServicePackageActivationId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ActivationId of service package.
public string ServicePackageActivationId { get; }
member this.ServicePackageActivationId : string
Public ReadOnly Property ServicePackageActivationId As String
Property Value
The ServicePackageActivationId of deployed service package. This 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.