Share via


Source.InstanceID Property

Definition

Gets or sets the running instance of an application. Changes after each restart.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to