次の方法で共有


Source.InstanceID プロパティ

定義

アプリケーションの実行中のインスタンスを取得または設定します。 再起動後に毎回変更されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象