Enterprise Architect Add-in Framework Documentation

[Missing <summary> documentation for "P:TSF.UmlToolingFramework.Wrappers.EA.Operation.isQuery"]

Namespace: TSF.UmlToolingFramework.Wrappers.EA
Assembly: EAAddinFramework (in EAAddinFramework.dll) Version: 1.0.4064.9398

Syntax

C#
public bool isQuery { get; set; }
Visual Basic
Public Property isQuery As Boolean
	Get
	Set
Visual C++
public:
virtual property bool isQuery {
	bool get () sealed;
	void set (bool value) sealed;
}

Implements

OperationisQuery()()()()

See Also