Returns the account specified by the AccountID if it is present.
Namespace:
T4.APIAssembly: T4API.20 (in T4API.20.dll)
Syntax
| C# |
|---|
public Account this[ string AccountID ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ AccountID As String _ ) As Account |
| Visual C++ |
|---|
public: property Account^ default[String^ AccountID] { Account^ get (String^ AccountID); } |
Parameters
- AccountID
- Type: System..::.String