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(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="lightTheme", Update=true)]
public bool? LightTheme { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="lightTheme", Update=true)>]
member this.LightTheme : Nullable<bool> with get, set
Public Property LightTheme As Nullable(Of Boolean)

Property Value

Attributes

Applies to