Skip to content

P_Aml_Editor_Plugin_Contracts_IAMLEditorPlugin_DisplayName

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorPlugin.DisplayName Property

AutomationML Editor

Gets the display name which is shown in the PlugIn Menu in the AutomationML Editor.

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

Syntax

C#

string DisplayName { get; }

VB

ReadOnly Property DisplayName As String
	Get

C++

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

Property Value

Type: String
The display name.

See Also

Reference

IAMLEditorPlugin Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally