次の方法で共有


ServiceResource.ServicePackageActivationMode プロパティ

定義

サービス パッケージのアクティブ化モードを取得または設定します。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象