CommandResultActivity.Name Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("name")]
[System.Text.Json.Serialization.JsonPropertyOrder(0)]
public string Name { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("name")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(0)>]
member this.Name : string with get, set
Public Property Name As String

Property Value

Attributes

Applies to