Skip to content

P_Aml_Editor_Plugin_Base_PluginBase_PackageName

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginBase.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.Base
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

public abstract string PackageName { get; }

VB

Public MustOverride ReadOnly Property PackageName As String
	Get

C++

public:
virtual property String^ PackageName {
	String^ get () abstract;
}

Property Value

Type: String
The package name.

Implements

IAMLEditorPlugin.PackageName

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally