Skip to content

P_Aml_Editor_Plugin_Contracts_Commanding_ImportLibrariesCommandArguments_LibraryNames

AutomationML edited this page Jun 24, 2019 · 1 revision

ImportLibrariesCommandArguments.LibraryNames Property

AutomationML Editor

Gets the library names, which should be imported

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

Syntax

C#

public List<string> LibraryNames { get; }

VB

Public ReadOnly Property LibraryNames As List(Of String)
	Get

C++

public:
property List<String^>^ LibraryNames {
	List<String^>^ get ();
}

Property Value

Type: List(String)

See Also

Reference

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

Clone this wiki locally