Skip to content

P_Aml_Editor_Plugin_Contracts_IAMLEditorPluginMetadata_DisplayName

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorPluginMetadata.DisplayName Property

AutomationML Editor

Gets the display name of the PlugIn.

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

Syntax

C#

[DefaultValueAttribute("NoName")]
string DisplayName { get; }

VB

<DefaultValueAttribute("NoName")>
ReadOnly Property DisplayName As String
	Get

C++

[DefaultValueAttribute(L"NoName")]
property String^ DisplayName {
	String^ get ();
}

Property Value

Type: String

See Also

Reference

IAMLEditorPluginMetadata Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally