Megosztás a következőn keresztül:


PartialUpdateOperation.Path Property

Definition

Get or set the path to the json which is to be updated

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

Property Value

Path to the installation json

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to