ApplicationInner.AppLogoUrl Property

Definition

Gets or sets the url for the application logo image stored in a CDN.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to