Gets or sets an indication of whether this
CBatch object is controlled.
Namespace: Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public bool Controlled { get; set; } |
| Visual Basic |
|---|
Public Property Controlled As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool Controlled {
bool get ();
void set (bool value);
} |
See Also