Share via


PrivateStore.Branding Property

Definition

Gets or sets list of branding characteristics

[Newtonsoft.Json.JsonProperty(PropertyName="properties.branding")]
public System.Collections.Generic.IDictionary<string,string> Branding { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.branding")>]
member this.Branding : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Branding As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to