Skip to content

P_Aml_Editor_Plugin_Contracts_PluginCommand_CommandName

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginCommand.CommandName Property

AutomationML Editor

Gets or sets the name of the command used by the AutomationML Editor to show the Command in the PlugIn Menu

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

Syntax

C#

public string CommandName { get; set; }

VB

Public Property CommandName As String
	Get
	Set

C++

public:
property String^ CommandName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
The name of the command.

See Also

Reference

PluginCommand Class
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally