RestartDeployedCodePackageContent.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.
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