Skip to content

P_Aml_Editor_Plugin_Contracts_IAMLEditorPlugin_PackageName

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorPlugin.PackageName Property

AutomationML Editor

Gets the package name which is used to download the PlugIn package from a NuGet feed. If a Package name is defined, the AMLEditor can update PlugIn packages independently from its own update cycle.

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

Syntax

C#

string PackageName { get; }

VB

ReadOnly Property PackageName As String
	Get

C++

property String^ PackageName {
	String^ get ();
}

Property Value

Type: String
The package name.

See Also

Reference

IAMLEditorPlugin Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally