MicrosoftgraphorganizationalBrandingProperties.SquareLogo Property

Definition

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.Base64UrlJsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="squareLogo")]
public byte[] SquareLogo { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.Base64UrlJsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="squareLogo")>]
member this.SquareLogo : byte[] with get, set
Public Property SquareLogo As Byte()

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to