Gets or sets the ID of the creator of this CBatch object.

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

Syntax

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

Remarks

If the value is more than 15 characters long an error is generated.

See Also