次の方法で共有


SiteSealRequest.LightTheme プロパティ

定義

lt;code>true</code> がサイト シールに薄い色のテーマを使用する場合&は取得または設定します。それ以外の場合は、既定のカラー テーマを使用します。

[Newtonsoft.Json.JsonProperty(PropertyName="lightTheme")]
public bool? LightTheme { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lightTheme")>]
member this.LightTheme : Nullable<bool> with get, set
Public Property LightTheme As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象