[This is preliminary documentation and is subject to change.]

Gets value indicating if this message was injected

Namespace: Tools.DevicesT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public bool IsInjected { get; }
Visual Basic
Public ReadOnly Property IsInjected As Boolean
	Get
Visual C++
public:
property bool IsInjected {
	bool get ();
}
F#
member IsInjected : bool
JScript
function get IsInjected () : boolean

See Also