Condividi tramite


ISiteSealRequest.LightTheme Property

Definition

If true use the light color theme for site seal; otherwise, use the default color theme.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="If <code>true</code> use the light color theme for site seal; otherwise, use the default color theme.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="lightTheme")]
public bool? LightTheme { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="If <code>true</code> use the light color theme for site seal; otherwise, use the default color theme.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="lightTheme")>]
member this.LightTheme : Nullable<bool> with get, set
Public Property LightTheme As Nullable(Of Boolean)

Property Value

Attributes

Applies to