Gets or sets the associated Cold Fusion CFID.

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

Syntax

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

See Also