CreateProjectOrApplyModificationsInput.Target Property

Definition

project target

[System.Text.Json.Serialization.JsonPropertyName("target")]
public System.Text.Json.JsonElement? Target { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("target")>]
member this.Target : Nullable<System.Text.Json.JsonElement> with get, set
Public Property Target As Nullable(Of JsonElement)

Property Value

Attributes

Applies to