Gets or sets the function type code for this CFunction object. This is FUNCTION_TYPE in the Product_Function table.

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

Syntax

C#
public string FunctionTypeCode { get; set; }
Visual Basic
Public Property FunctionTypeCode As String
	Get
	Set
Visual C++
public:
property String^ FunctionTypeCode {
	String^ get ();
	void set (String^ value);
}

See Also