OrchestratorOptionsAutomation.ShowWarningDialog Property

Definition

True if you want to show a security warning dialog each time T4 is run.

public:
 property bool ShowWarningDialog { bool get(); void set(bool value); };
public:
 property bool ShowWarningDialog { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(true)]
[System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.TextTemplating.VSHost.LocalizedBooleanTypeConverter))]
public bool ShowWarningDialog { get; set; }
[<System.ComponentModel.DefaultValue(true)>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.TextTemplating.VSHost.LocalizedBooleanTypeConverter))>]
member this.ShowWarningDialog : bool with get, set
Public Property ShowWarningDialog As Boolean

Property Value

Attributes

Applies to