Share via


ApplicationResource.TypeName Property

Definition

Gets or sets the application type name as defined in the application manifest.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to