Returns the account specified by the AccountID if it is present.

Namespace:  T4.API
Assembly:  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

Field Value

Remarks

See Also