Skip to content

P_Aml_Editor_Plugin_Contracts_Commanding_ImportLibrariesCommandArguments_IsSilent

AutomationML edited this page Jun 24, 2019 · 1 revision

ImportLibrariesCommandArguments.IsSilent Property

AutomationML Editor

Gets a value indicating whether the import command requires a user interaction.

Namespace: Aml.Editor.Plugin.Contracts.Commanding
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

public bool IsSilent { get; }

VB

Public ReadOnly Property IsSilent As Boolean
	Get

C++

public:
property bool IsSilent {
	bool get ();
}

Property Value

Type: Boolean
true if this instance is silent; otherwise, false.

See Also

Reference

ImportLibrariesCommandArguments Class
Aml.Editor.Plugin.Contracts.Commanding Namespace

Clone this wiki locally