Skip to content

P_Aml_Editor_Plugin_Contracts_RelayCommand_1_Identifier

AutomationML edited this page Jun 24, 2019 · 1 revision

RelayCommand(T).Identifier Property

AutomationML Editor

Gets or sets the identifier for the command, when the command is published by the plugin class, the Identifier can be set as an PluginCommand

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

Syntax

C#

public int Identifier { get; set; }

VB

Public Property Identifier As Integer
	Get
	Set

C++

public:
property int Identifier {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
The identifier.

See Also

Reference

RelayCommand(T) Class
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally