Gets or sets an indication of whether this CFunction object is a parent. This is PARENT in the Product_Function table.

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

Syntax

C#
public bool IsParent { get; set; }
Visual Basic (Declaration)
Public Property IsParent As Boolean
Visual C++
public:
property bool IsParent {
	bool get ();
	void set (bool value);
}

See Also