wManager.Wow.Helpers Namespace
WRobot

ProductNeedSettingsEventArgs..::..NeedSettings Property

Gets or sets a value indicating whether [need settings].

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

Syntax


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

Field Value

true if [need settings]; otherwise, false.