ApplicationDefinition.Name Property

Definition

The application definition name.

[Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Default)]
public string Name { get; set; }
[<Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Default)>]
member this.Name : string with get, set
Public Property Name As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to