OrchestratorOptionsAutomation.ShowWarningDialog Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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