Returns the number of accounts in the list.
Namespace:
T4.APIAssembly: T4API.20 (in T4API.20.dll)
Syntax
| C# |
|---|
public int Count { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Count As Integer |
| Visual C++ |
|---|
public: property int Count { int get (); } |