Gets or sets the number of settings for this CFunction object. This is SETTINGS in the Product_Function table.

Namespace: Asi.iBO.Events
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public int Settings { get; set; }
Visual Basic
Public Property Settings As Integer
	Get
	Set
Visual C++
public:
property int Settings {
	int get ();
	void set (int value);
}

See Also