Skip to content

P_Aml_Editor_Plugin_Contracts_IAMLEditorPluginMetadata_Description

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorPluginMetadata.Description Property

AutomationML Editor

Gets the description of the PlugIn.

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

Syntax

C#

[DefaultValueAttribute("Undefined")]
string Description { get; }

VB

<DefaultValueAttribute("Undefined")>
ReadOnly Property Description As String
	Get

C++

[DefaultValueAttribute(L"Undefined")]
property String^ Description {
	String^ get ();
}

Property Value

Type: String

See Also

Reference

IAMLEditorPluginMetadata Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally