Share via


App.Subdomain Property

Definition

Gets or sets the subdomain of the application.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to