wManager.Wow.Helpers Namespace
WRobot

IsAliveProductChangeEventArgs..::..IsAliveProduct Property

Gets or sets a value indicating whether product instance is alive product.

Namespace:  robotManager.Products
Assembly:  robotManager (in robotManager.dll)

Syntax


public bool IsAliveProduct { get; set; }
Public Property IsAliveProduct As Boolean
	Get
	Set
public:
property bool^ IsAliveProduct {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if product instance is alive product; otherwise, false.