共用方式為


ServiceResource.ServicePackageActivationMode Property

Definition

Gets or sets the activation Mode of the service package. Possible values include: 'SharedProcess', 'ExclusiveProcess'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.servicePackageActivationMode")]
public string ServicePackageActivationMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.servicePackageActivationMode")>]
member this.ServicePackageActivationMode : string with get, set
Public Property ServicePackageActivationMode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to