wManager.Wow.Helpers Namespace
WRobot

Products..::..IsAliveProduct Property

Gets a value indicating whether product instance is alive product.

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

Syntax


public static bool IsAliveProduct { get; }
Public Shared ReadOnly Property IsAliveProduct As Boolean
	Get
public:
static property bool^ IsAliveProduct {
	bool^ get ();
}

Field Value

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